]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted
randomize acquire order for same type index files
[apt.git] / test / integration / test-bug-617690-allow-unauthenticated-makes-all-untrusted
index 6ea0345e123c4999040ca86306391110654f6e71..533cf771fba085e9ba0eae22f3dab94106de2e3a 100755 (executable)
@@ -17,7 +17,7 @@ testfileexists() {
 }
 
 testfilemissing() {
-       msgtest 'Test for non-existance of file' "$1"
+       msgtest 'Test for non-existence of file' "$1"
        test -e "$1" && msgfail || msgpass
        rm -f "$1"
 }