projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
test-apt-download-progress: Allow smaller progress change
[apt.git]
/
test
/
integration
/
test-bug-778375-server-has-no-reason-phrase
diff --git
a/test/integration/test-bug-778375-server-has-no-reason-phrase
b/test/integration/test-bug-778375-server-has-no-reason-phrase
index 23481ef881a3df62624460395536e1d2fb965998..a44920cbeed90cc5c7e9a3431a37b6dfc6a3ce56 100755
(executable)
--- a/
test/integration/test-bug-778375-server-has-no-reason-phrase
+++ b/
test/integration/test-bug-778375-server-has-no-reason-phrase
@@
-36,5
+36,5
@@
runtest() {
testdownload 'non-existent file via redirect fails' 'testfailure' "$1/redirectme/failing"
}
testdownload 'non-existent file via redirect fails' 'testfailure' "$1/redirectme/failing"
}
-runtest
'http://localhost:8080'
-runtest
'https://localhost:4433'
+runtest
"http://localhost:${APTHTTPPORT}"
+runtest
"https://localhost:${APTHTTPSPORT}"