File: test-package-reinstallation

package info (click to toggle)
apt 1.0.9.8
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,100 kB
  • sloc: cpp: 50,948; sh: 11,941; xml: 4,130; makefile: 854; perl: 209; python: 28
file content (23 lines) | stat: -rwxr-xr-x 852 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
set -e

TESTDIR=$(readlink -f $(dirname $0))
. $TESTDIR/framework
setupenvironment
configarchitecture "i386"

insertinstalledpackage 'libc-bin' 'i386' '2.13-8' 'Replaces: libc6'
insertpackage 'unstable' 'libc-bin' 'i386' '2.13-8' 'Replaces: libc6'
insertinstalledpackage 'libc6' 'i386' '2.13-8' 'Depends: libc-bin (= 2.13-8)'
insertpackage 'unstable' 'libc6' 'i386' '2.13-8' 'Depends: libc-bin (= 2.13-8)'
insertinstalledpackage 'apt' 'i386' '0.8.15' 'Depends: libc6'

setupaptarchive

testequal 'Reading package lists...
Building dependency tree...
0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
Inst libc-bin [2.13-8] (2.13-8 unstable [i386])
Conf libc-bin (2.13-8 unstable [i386])
Inst libc6 [2.13-8] (2.13-8 unstable [i386])
Conf libc6 (2.13-8 unstable [i386])' aptget install --reinstall libc6 libc-bin -s