]> git.saurik.com Git - apt.git/blame - test/integration/test-ubuntu-bug346386
add failing regression test for bug #346386
[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
13simulatebrokenwebserver
14
15rm -rf rootdir/var/lib/apt/lists
16aptget update
17testequal 'partial' "$(ls rootdir/var/lib/apt/lists/)"
18
19