]> git.saurik.com Git - apt.git/blob - test/integration/test-ubuntu-bug346386
cleanup, thanks to donkult for his feedback
[apt.git] / test / integration / test-ubuntu-bug346386
1 #!/bin/sh
2 set -e
3
4 TESTDIR=$(readlink -f $(dirname $0))
5 . $TESTDIR/framework
6
7 setupenvironment
8 configarchitecture 'amd64'
9
10 buildsimplenativepackage 'apt' 'all' '1.0' 'stable'
11
12 setupaptarchive
13 changetowebserver --simulate-paywall
14
15 rm -rf rootdir/var/lib/apt/lists
16 aptget update
17 testequal 'partial' "$(ls rootdir/var/lib/apt/lists/)"
18
19