]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-hashsum-mismatch
The entire concept of PendingError() is flawed :/.
[apt.git] / test / integration / test-apt-update-hashsum-mismatch
index 4627f7afd04ce8988b8dbb8379f422c0366f68a0..4d4c33286478631f31f2ab815f3371f2732d1166 100755 (executable)
@@ -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'
 configcompression 'gz'
@@ -27,7 +27,7 @@ testsuccess aptget update
 testsuccess aptcache show foo
 testsuccess aptget install foo -s
 
-for get in $(sed -n 's#^GET /\([^ ]\+\.gz\) HTTP.\+$#\1#p' aptarchive/webserver.log); do
+for get in $(sed -n 's#^GET /\([^ ]\+\.gz\) HTTP.\+$#\1#p' aptarchive/webserver.log.client*.log); do
        msgmsg 'Test hashsum mismatch with file' "$get"
        rm -rf rootdir/var/lib/apt/lists
        webserverconfig 'aptwebserver::overwrite' ''