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 0275fbec8..2cc57bc1e 100755 --- a/test/integration/test-allow +++ b/test/integration/test-allow @@ -5,7 +5,7 @@ set -e TESTDIR="$(readlink -f "$(dirname $0)")" -. $TESTDIR/framework +. "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' |