diff options
Diffstat (limited to 'test/integration/test-bug-602412-dequote-redirect')
-rwxr-xr-x | test/integration/test-bug-602412-dequote-redirect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-bug-602412-dequote-redirect b/test/integration/test-bug-602412-dequote-redirect index b9d232f90..e90fd240b 100755 --- a/test/integration/test-bug-602412-dequote-redirect +++ b/test/integration/test-bug-602412-dequote-redirect @@ -28,9 +28,9 @@ Reading package lists..." aptget update testsuccess --nomsg aptget install unrelated --download-only -y } -testrun 'http://localhost:8080' +testrun "http://localhost:${APTHTTPPORT}" rm -rf rootdir/var/lib/apt/lists rootdir/var/cache/apt/archives changetohttpswebserver -testrun 'https://localhost:4433' +testrun "https://localhost:${APTHTTPSPORT}" |