]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-source
tests: support spaces in path and TMPDIR
[apt.git] / test / integration / test-apt-get-source
index 99777a530a5ba47334afebb99dc0da85f5b0fb16..27395ab3b91169fe49c2213ebe14efb64f6ff4fe 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 
 #!/bin/sh
 set -e
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 
 setupenvironment
 configarchitecture "i386"
 
 setupenvironment
 configarchitecture "i386"