]> git.saurik.com Git - apt.git/blame - test/integration/test-bug-807012-mixed-case-package-names
Don't download "optional" files not in Release :/.
[apt.git] / test / integration / test-bug-807012-mixed-case-package-names
CommitLineData
fffa3b57
JAK
1#!/bin/sh
2set -e
3
3abb6a6a
DK
4TESTDIR="$(readlink -f "$(dirname "$0")")"
5. "$TESTDIR/framework"
fffa3b57
JAK
6setupenvironment
7TMPDIR=$(readlink -f .)
8
9insertinstalledpackage 'worldofgoo' 'all' '1'
10insertpackage 'unstable' 'WorldOfGoo' 'all' '1'
11
12setupaptarchive
13
14testsuccessequal "worldofgoo:
15 Installed: 1
16 Candidate: 1
17 Version table:
18 *** 1 500
19 500 file:${TMPDIR}/aptarchive unstable/main all Packages
20 100 ${TMPDIR}/rootdir/var/lib/dpkg/status" \
21 aptcache policy worldofgoo