projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
deprecate confusing Pkg.CandVersion() method
[apt.git]
/
test
/
integration
/
test-bug-689582-100-char-long-path-names
diff --git
a/test/integration/test-bug-689582-100-char-long-path-names
b/test/integration/test-bug-689582-100-char-long-path-names
index 58ece1d5ae03c1299a04a14a8906f0cf2b7a027a..290654b5378c845f61f47dde6c2e671d63906c1e 100755
(executable)
--- a/
test/integration/test-bug-689582-100-char-long-path-names
+++ b/
test/integration/test-bug-689582-100-char-long-path-names
@@
-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'