projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
deprecate confusing Pkg.CandVersion() method
[apt.git]
/
test
/
integration
/
test-bug-717891-abolute-uris-for-proxies
diff --git
a/test/integration/test-bug-717891-abolute-uris-for-proxies
b/test/integration/test-bug-717891-abolute-uris-for-proxies
index a8947b5e275ec79b72ff7ba05e05bbe0aa4a21e9..ed9b9a5555d9799bd592606545b978caff7f98a1 100755
(executable)
--- a/
test/integration/test-bug-717891-abolute-uris-for-proxies
+++ b/
test/integration/test-bug-717891-abolute-uris-for-proxies
@@
-1,8
+1,8
@@
#!/bin/sh
set -e
#!/bin/sh
set -e
-TESTDIR=
$(readlink -f $(dirname $0))
-.
$TESTDIR/framework
+TESTDIR=
"$(readlink -f "$(dirname "$0")")"
+.
"$TESTDIR/framework"
setupenvironment
configarchitecture 'amd64'
setupenvironment
configarchitecture 'amd64'
@@
-12,14
+12,14
@@
setupaptarchive
changetowebserver --request-absolute='uri'
msgtest 'Check that absolute paths are' 'not accepted'
changetowebserver --request-absolute='uri'
msgtest 'Check that absolute paths are' 'not accepted'
-testfailure --nomsg aptget update --allow-
unauthenticated
+testfailure --nomsg aptget update --allow-
insecure-repositories
-echo
'Acquire::http::Proxy "http://localhost:8080";'
> rootdir/etc/apt/apt.conf.d/99proxy
+echo
"Acquire::http::Proxy \"http://localhost:${APTHTTPPORT}\";"
> rootdir/etc/apt/apt.conf.d/99proxy
msgtest 'Check that requests to proxies are' 'absolute uris'
testsuccess --nomsg aptget update
msgtest 'Check that requests to proxies are' 'absolute uris'
testsuccess --nomsg aptget update
-testequal 'Reading package lists...
+test
success
equal 'Reading package lists...
Building dependency tree...
The following NEW packages will be installed:
unrelated
Building dependency tree...
The following NEW packages will be installed:
unrelated