diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-20 10:13:17 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-20 10:13:17 +0200 |
commit | e6a12579e9e5d5735eda450cf2bb3986d828ab65 (patch) | |
tree | d29237d8d44af0abe231dd0f76e3f4a04a471c32 /test/integration/test-bug-593360-modifiers-in-names | |
parent | 5149632eb5af0831a8728e8bb5d5c483d6e3f147 (diff) |
* apt-pkg/cacheset.cc:
- actually return to the fallback modifier if we have detected we
should for packagenames which look like modifiers (Closes: #669591)
Diffstat (limited to 'test/integration/test-bug-593360-modifiers-in-names')
-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: |