]> git.saurik.com Git - apt.git/blame - test/integration/test-bug-717891-abolute-uris-for-proxies
ignore std::locale exeception on non-existent "" locale
[apt.git] / test / integration / test-bug-717891-abolute-uris-for-proxies
CommitLineData
f2380a78
DK
1#!/bin/sh
2set -e
3
3abb6a6a
DK
4TESTDIR="$(readlink -f "$(dirname "$0")")"
5. "$TESTDIR/framework"
f2380a78
DK
6setupenvironment
7configarchitecture 'amd64'
8
9buildsimplenativepackage 'unrelated' 'all' '0.5~squeeze1' 'unstable'
10
11setupaptarchive
12changetowebserver --request-absolute='uri'
13
14msgtest 'Check that absolute paths are' 'not accepted'
c99fe2e1 15testfailure --nomsg aptget update --allow-insecure-repositories
f2380a78 16
6c0765c0 17echo "Acquire::http::Proxy \"http://localhost:${APTHTTPPORT}\";" > rootdir/etc/apt/apt.conf.d/99proxy
f2380a78
DK
18
19msgtest 'Check that requests to proxies are' 'absolute uris'
0440d936 20testsuccess --nomsg aptget update
f2380a78 21
25b86db1 22testsuccessequal 'Reading package lists...
f2380a78
DK
23Building dependency tree...
24The following NEW packages will be installed:
25 unrelated
260 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
27Inst unrelated (0.5~squeeze1 unstable [all])
28Conf unrelated (0.5~squeeze1 unstable [all])' aptget install unrelated -s