]> git.saurik.com Git - apt.git/blame - test/integration/test-ubuntu-bug346386
merged the relevant bits from lp:~mvo/apt/lp346386
[apt.git] / test / integration / test-ubuntu-bug346386
CommitLineData
da3ebfe7
MV
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6
7setupenvironment
8configarchitecture 'amd64'
9
10buildsimplenativepackage 'apt' 'all' '1.0' 'stable'
11
12setupaptarchive
3ce22d4f 13changetowebserver --simulate-paywall
da3ebfe7
MV
14
15rm -rf rootdir/var/lib/apt/lists
16aptget update
17testequal 'partial' "$(ls rootdir/var/lib/apt/lists/)"
18
19