projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reorganize server-states resetting in http/https
[apt.git]
/
test
/
integration
/
test-bug-254770-segfault-if-cache-not-buildable
diff --git
a/test/integration/test-bug-254770-segfault-if-cache-not-buildable
b/test/integration/test-bug-254770-segfault-if-cache-not-buildable
index 6ae8944b2a64d3f4d583cc9372d6eeec225f1af9..6f6e1abc08b19033f15294bf2c721caaa4b457e7 100755
(executable)
--- a/
test/integration/test-bug-254770-segfault-if-cache-not-buildable
+++ b/
test/integration/test-bug-254770-segfault-if-cache-not-buildable
@@
-1,8
+1,8
@@
#!/bin/sh
set -e
-TESTDIR=
$(readlink -f $(dirname $0))
-.
$TESTDIR/framework
+TESTDIR=
"$(readlink -f "$(dirname "$0")")"
+.
"$TESTDIR/framework"
msgtest 'Test run as' 'non-root'
if [ "$(id -u)" = '0' ]; then