]> git.saurik.com Git - apt.git/blame_incremental - test/integration/test-package-reinstallation
releasing version 0.8.16~exp7
[apt.git] / test / integration / test-package-reinstallation
... / ...
CommitLineData
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6setupenvironment
7configarchitecture "i386"
8
9insertinstalledpackage 'libc-bin' 'i386' '2.13-8' 'Replaces: libc6'
10insertpackage 'unstable' 'libc-bin' 'i386' '2.13-8' 'Replaces: libc6'
11insertinstalledpackage 'libc6' 'i386' '2.13-8' 'Depends: libc-bin (= 2.13-8)'
12insertpackage 'unstable' 'libc6' 'i386' '2.13-8' 'Depends: libc-bin (= 2.13-8)'
13insertinstalledpackage 'apt' 'i386' '0.8.15' 'Depends: libc6'
14
15setupaptarchive
16
17aptget install --reinstall libc6 libc-bin -s -o Debug::pkgPackageManager=1