diff options
Diffstat (limited to 'test/integration/test-security-no-remote-status')
-rwxr-xr-x | test/integration/test-security-no-remote-status | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-security-no-remote-status b/test/integration/test-security-no-remote-status index 2badb30a4..7db979e09 100755 --- a/test/integration/test-security-no-remote-status +++ b/test/integration/test-security-no-remote-status @@ -4,8 +4,8 @@ # set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' |