]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-762160-relpath
tests: support spaces in path and TMPDIR
[apt.git] / test / integration / test-bug-762160-relpath
index 0af71f57b72d9ca0d5073ad501b8968c67afb6f8..1e66fbbc333b38338c71f7f1b2e76890ad7220a0 100755 (executable)
@@ -1,15 +1,17 @@
 #!/bin/sh
 #!/bin/sh
+# regresion test for bug #762160 where apt-get update fails when a 
+# relative directory is given
+#
 set -e
 
 set -e
 
-# dpkg implements versioned provides in commit 5bb02fe80e9f40dcad9703a72f67cf615ff217b5
-# but previous versions seem to allow parsing, working and ignoring it.
-
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 setupenvironment
 configarchitecture 'amd64'
 
 insertpackage 'unstable' 'foo' 'all' '1'
 setupaptarchive
 setupenvironment
 configarchitecture 'amd64'
 
 insertpackage 'unstable' 'foo' 'all' '1'
 setupaptarchive
+changetowebserver
 
 
-aptget update -o Dir=./apt
+testsuccess aptget update -o Dir=./rootdir
+testsuccess aptget update -o Dir=./rootdir 
\ No newline at end of file