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