]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-authentication-basic
pkgCacheGenerator: Use StringView for toString
[apt.git] / test / integration / test-authentication-basic
index e6dfc0272ecb4f01db3352e732561f3430ec8307..95211ac0e821e65e0e486bf292cccb86752625a4 100755 (executable)
@@ -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 )"