diff options
Diffstat (limited to 'test/integration/test-prefer-higher-priority-providers')
-rwxr-xr-x | test/integration/test-prefer-higher-priority-providers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-prefer-higher-priority-providers b/test/integration/test-prefer-higher-priority-providers index e6da2e151..7c3f32374 100755 --- a/test/integration/test-prefer-higher-priority-providers +++ b/test/integration/test-prefer-higher-priority-providers @@ -1,8 +1,8 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'native' |