summaryrefslogtreecommitdiff
path: root/tests/misc/pwd-unreadable-parent
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-11-30 12:14:57 +0100
committerJim Meyering <meyering@redhat.com>2007-11-30 12:14:57 +0100
commit0db207c66c8b992f4c123c6a25f3cb1809ec4149 (patch)
tree3ec0294efce27ba341a7a2ec7b7255529aa6b808 /tests/misc/pwd-unreadable-parent
parentd7ed3bcb8dd785f1404d6f68f53c6b5668ac56f8 (diff)
downloadcoreutils-0db207c66c8b992f4c123c6a25f3cb1809ec4149.tar.xz
Add quotes to protect against white space in build dir name.
* tests/check.mk (TESTS_ENVIRONMENT): Quote $(abs_srcdir). * tests/chmod/setgid: Quote absolute names. * tests/misc/help-version: Likewise. * tests/misc/pwd-unreadable-parent: Likewise. * tests/rmdir/ignore: Likewise. * tests/test-lib.sh: Likewise.
Diffstat (limited to 'tests/misc/pwd-unreadable-parent')
-rwxr-xr-xtests/misc/pwd-unreadable-parent2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/pwd-unreadable-parent b/tests/misc/pwd-unreadable-parent
index 57557c673..f3ff874d8 100755
--- a/tests/misc/pwd-unreadable-parent
+++ b/tests/misc/pwd-unreadable-parent
@@ -47,7 +47,7 @@ chmod a=x .. || framework_failure
pwd_exe="$abs_top_builddir/src/pwd"
fail=0
-$pwd_exe > exp || fail=1
+"$pwd_exe" > exp || fail=1
readlink -ev . > out || fail=1
compare out exp || fail=1