test-ubuntu-bug346386 321 B

1234567891011121314151617181920
  1. #!/bin/sh
  2. set -e
  3. TESTDIR=$(readlink -f $(dirname $0))
  4. . $TESTDIR/framework
  5. setupenvironment
  6. configarchitecture 'amd64'
  7. buildsimplenativepackage 'apt' 'all' '1.0' 'stable'
  8. setupaptarchive
  9. simulatebrokenwebserver
  10. rm -rf rootdir/var/lib/apt/lists
  11. aptget update
  12. testequal 'partial' "$(ls rootdir/var/lib/apt/lists/)"