diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-08-12 00:39:09 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-08-12 00:39:09 +0900 |
commit | f2d32c1fe4b9a8835c1da23ec591bf2d26804461 (patch) | |
tree | 47895f7e841ef0dcbb24ed44485f118ec84ee90c /testsuite | |
parent | 4e6812f6b926d0f6560b67846becc2c546db1ab0 (diff) | |
download | pbuilder-f2d32c1fe4b9a8835c1da23ec591bf2d26804461.tar pbuilder-f2d32c1fe4b9a8835c1da23ec591bf2d26804461.tar.gz |
use my approx mirror instead of whatever else, so that I don't need to reconfigure here every time I play with it.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh index 867f04b..01699bf 100755 --- a/testsuite/run-test.sh +++ b/testsuite/run-test.sh @@ -18,7 +18,7 @@ log_success () { [ -x /usr/bin/cdebootstrap ] || exit 1 -mirror=http://cdn.debian.or.jp/debian +mirror=http://localhost:9999/debian testdir=$(TMPDIR=$(pwd) mktemp -d) testimage=$testdir/testimage |