diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-20 10:37:04 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-20 10:37:04 +0200 |
commit | 518763f630873e35398d2537ebfabf97b5aea489 (patch) | |
tree | d7b36ef50a9301ac8099edc48a0ab9e563125198 /test/integration/test-ubuntu-bug-985852-pre-depends-or-group-ordering | |
parent | 8c6d0ba4e25baa7b0dffc4e06e76fc63a71e656f (diff) | |
parent | e6a12579e9e5d5735eda450cf2bb3986d828ab65 (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'test/integration/test-ubuntu-bug-985852-pre-depends-or-group-ordering')
-rwxr-xr-x | test/integration/test-ubuntu-bug-985852-pre-depends-or-group-ordering | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/integration/test-ubuntu-bug-985852-pre-depends-or-group-ordering b/test/integration/test-ubuntu-bug-985852-pre-depends-or-group-ordering new file mode 100755 index 000000000..462acad00 --- /dev/null +++ b/test/integration/test-ubuntu-bug-985852-pre-depends-or-group-ordering @@ -0,0 +1,21 @@ +#!/bin/sh +set -e + +TESTDIR=$(readlink -f $(dirname $0)) +. $TESTDIR/framework +setupenvironment +configarchitecture 'amd64' + +insertinstalledpackage 'custom' 'amd64' '1.0' 'Pre-Depends: grub-pc | grub' +insertinstalledpackage 'grub' 'amd64' '1.0' +insertpackage 'unstable' 'custom' 'amd64' '2.0' 'Pre-Depends: grub-pc | grub' + +setupaptarchive + +testequal 'Reading package lists... +Building dependency tree... +The following packages will be upgraded: + custom +1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. +Inst custom [1.0] (2.0 unstable [amd64]) +Conf custom (2.0 unstable [amd64])' aptget dist-upgrade -s |