treat .ddeb files like .deb, especially for dpkg
[apt.git] / test / integration / test-bug-807012-mixed-case-package-names
0 / 21 (  0%)
CommitLineData
1#!/bin/sh
2set -e
3
4TESTDIR="$(readlink -f "$(dirname "$0")")"
5. "$TESTDIR/framework"
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