From 0db207c66c8b992f4c123c6a25f3cb1809ec4149 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 30 Nov 2007 12:14:57 +0100 Subject: 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. --- tests/misc/pwd-unreadable-parent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/pwd-unreadable-parent') 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 -- cgit v1.2.3-54-g00ecf