]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-762160-relpath
Merge branch 'debian/sid' into debian/experimental
[apt.git] / test / integration / test-bug-762160-relpath
index 0af71f57b72d9ca0d5073ad501b8968c67afb6f8..2045877276e644f49619f9b14cf6f06542b35b4f 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
+# regresion test for bug #762160 where apt-get update fails when a 
+# relative directory is given
+#
 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
 setupenvironment
@@ -11,5 +11,7 @@ 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