diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-20 10:47:05 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-04-20 10:47:05 +0200 |
commit | 9d81a7ece7b28fadd73516937e3ec7ac3f52be44 (patch) | |
tree | a15062859220140dc688d05801fbc412e85f3aa3 /test | |
parent | a4e4b1f4b2765bff0272ecfbe8caa072775b12be (diff) |
merged r2204 from lp:~donkult/apt/sid
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-bug-593360-modifiers-in-names | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/test-bug-593360-modifiers-in-names b/test/integration/test-bug-593360-modifiers-in-names index 83a3cfabf..74826cbdb 100755 --- a/test/integration/test-bug-593360-modifiers-in-names +++ b/test/integration/test-bug-593360-modifiers-in-names @@ -15,6 +15,11 @@ The following NEW packages will be installed: Inst g++ (4:4.4.5-1 localhost [i386]) Conf g++ (4:4.4.5-1 localhost [i386])' aptget install g++ -s +testequal "Reading package lists... +Building dependency tree... +Package 'g++' is not installed, so not removed +0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded." aptget remove g++ -s + testequal 'Reading package lists... Building dependency tree... The following NEW packages will be installed: |