]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
merged from lp:~mvo/apt/mvo
[apt.git] / test / integration / framework
index e10709079907410bbc63b977d8ed2bb92b00aa58..121678d4b02ba30ebad07b1338d904b1065fc67f 100644 (file)
@@ -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