diff options
Diffstat (limited to 'test/integration/test-bug-lp1347721-dpkg-ordering')
-rwxr-xr-x | test/integration/test-bug-lp1347721-dpkg-ordering | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-bug-lp1347721-dpkg-ordering b/test/integration/test-bug-lp1347721-dpkg-ordering index cfe7a4df2..3c31974f9 100755 --- a/test/integration/test-bug-lp1347721-dpkg-ordering +++ b/test/integration/test-bug-lp1347721-dpkg-ordering @@ -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" setupaptarchive |