projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make directory paths configurable
[apt.git]
/
test
/
integration
/
test-allow
diff --git
a/test/integration/test-allow
b/test/integration/test-allow
index 3d773ee9547c35128d83e147dca551887d2fa044..2cc57bc1e56833e457482b79cbc20dad12f41847 100755
(executable)
--- a/
test/integration/test-allow
+++ b/
test/integration/test-allow
@@
-4,8
+4,8
@@
#
set -e
-TESTDIR=
$(readlink -f $(dirname $0))
-.
$TESTDIR/framework
+TESTDIR=
"$(readlink -f "$(dirname $0)")"
+.
"$TESTDIR/framework"
setupenvironment
configarchitecture 'amd64'