]> git.saurik.com Git - apt.git/blob - test/integration/test-bug-679371-apt-get-autoclean-multiarch
access _config via GET requests in the webserver
[apt.git] / test / integration / test-bug-679371-apt-get-autoclean-multiarch
1 #!/bin/sh
2 set -e
3
4 TESTDIR=$(readlink -f $(dirname $0))
5 . $TESTDIR/framework
6 setupenvironment
7 configarchitecture 'amd64' 'i386'
8
9 buildsimplenativepackage 'pkgall' 'all' '1' 'stable'
10 buildsimplenativepackage 'pkgnative' 'amd64' '1' 'stable'
11 buildsimplenativepackage 'pkgforeign' 'i386' '1' 'stable'
12
13 setupaptarchive
14
15 changetowebserver
16
17 testsuccess aptget update
18 testsuccess aptget install pkgall pkgnative pkgforeign -y
19
20 testdpkginstalled pkgall pkgnative pkgforeign
21
22 testequal 'Reading package lists...
23 Building dependency tree...
24 Reading state information...' aptget autoclean -s