summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2011-02-10 17:51:44 +0100
committerMichael Vogt <mvo@debian.org>2011-02-10 17:51:44 +0100
commit1dda80929fcd62c287a84f1ecc1277fc39890efe (patch)
treede7b40737ebb7341091cf7447680493e50a8ba2f /test/integration/framework
parent8a80bdea0fcead1edbb5bf58d92f36b875f15713 (diff)
parent196c511c97b83a16c551f4e767f5a8b0d4f77c45 (diff)
merged from lp:~mvo/apt/mvo
Diffstat (limited to 'test/integration/framework')
-rw-r--r--test/integration/framework4
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