diff options
Diffstat (limited to 'test/integration/test-bug-719263-print-uris-removes-authentication')
-rwxr-xr-x | test/integration/test-bug-719263-print-uris-removes-authentication | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-bug-719263-print-uris-removes-authentication b/test/integration/test-bug-719263-print-uris-removes-authentication index 207bf4611..e79e6912d 100755 --- a/test/integration/test-bug-719263-print-uris-removes-authentication +++ b/test/integration/test-bug-719263-print-uris-removes-authentication @@ -1,8 +1,8 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' |