diff options
Diffstat (limited to 'test/integration/test-conflicts-loop')
-rwxr-xr-x | test/integration/test-conflicts-loop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-conflicts-loop b/test/integration/test-conflicts-loop index 729a5e0f8..5b6e44626 100755 --- a/test/integration/test-conflicts-loop +++ b/test/integration/test-conflicts-loop @@ -1,8 +1,8 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture "i386" |