X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9397ea947c23c0957a683152360909810340abce..d59671c9eef322c10abba22b0257fef37979dfd4:/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted diff --git a/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted b/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted index 582e1bf5e..533cf771f 100755 --- a/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted +++ b/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted @@ -1,8 +1,8 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'i386' @@ -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" }