]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-unauth
tests: support spaces in path and TMPDIR
[apt.git] / test / integration / test-apt-update-unauth
index 7347f7d10ebb3eb82a7aa87fbf6ad5f976a72579..2ececc4f6aa1d34ab7ad3f884b4a49b96d53361e 100755 (executable)
@@ -5,16 +5,16 @@
 #
 set -e
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 
 umask 022
 
 setupenvironment
 configarchitecture "i386"
 
-insertpackage 'unstable' 'foo' 'all' '1.0'
-insertsource 'unstable' 'foo' 'all' '1.0'
+insertpackage 'unstable' 'foo' 'i386' '1.0'
+insertsource 'unstable' 'foo' 'any' '1.0'
 
 setupaptarchive --no-update
 changetowebserver