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-unpack-different-version-unpacked
diff --git
a/test/integration/test-unpack-different-version-unpacked
b/test/integration/test-unpack-different-version-unpacked
index cdc187d159ec766926ac8a87a2468c875c05f98e..bcb483639ee685b3adaea8634d2de59fc6276582 100755
(executable)
--- a/
test/integration/test-unpack-different-version-unpacked
+++ b/
test/integration/test-unpack-different-version-unpacked
@@
-1,8
+1,8
@@
#!/bin/sh
set -e
-TESTDIR=
$(readlink -f $(dirname $0))
-.
$TESTDIR/framework
+TESTDIR=
"$(readlink -f "$(dirname "$0")")"
+.
"$TESTDIR/framework"
setupenvironment
configarchitecture 'amd64' 'i386'