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