diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-11 09:08:37 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-11 09:08:37 +0100 |
commit | 5645e8b1cebb57134df717b8339248811cb762f2 (patch) | |
tree | 8846e3f411cea65217944154e6da70c11b00dbaa /test/integration/framework | |
parent | 86e2dc4dd728924d71995ebaeb83a4d9abba94d5 (diff) | |
parent | 1dda80929fcd62c287a84f1ecc1277fc39890efe (diff) |
merged from debian-sid
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/framework b/test/integration/framework index e10709079..121678d4b 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -592,12 +592,12 @@ testequalor2() { } testshowvirtual() { - local VIRTUAL="N: Can't select versions from package '$1' as it purely virtual" + local VIRTUAL="N: Can't select versions from package '$1' as it is purely virtual" local PACKAGE="$1" shift while [ -n "$1" ]; do VIRTUAL="${VIRTUAL} -N: Can't select versions from package '$1' as it purely virtual" +N: Can't select versions from package '$1' as it is purely virtual" PACKAGE="${PACKAGE} $1" shift done |