X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/6c0765c096ffb4df14169236c865bbb2b10974ae..766761fd836d9e247daea924809965c21cc65dc7:/test/integration/test-authentication-basic diff --git a/test/integration/test-authentication-basic b/test/integration/test-authentication-basic index e6dfc0272..95211ac0e 100755 --- a/test/integration/test-authentication-basic +++ b/test/integration/test-authentication-basic @@ -1,14 +1,15 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'i386' insertpackage 'unstable' 'foo' 'all' '1' setupaptarchive --no-update +exit changetohttpswebserver --authorization="$(printf '%s' 'star:hunter2' | base64 )"