diff options
Diffstat (limited to 'testsuite/run-test.sh')
-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 |