From 5b4206c91483145c7986e5eec24376c5c3c680ec Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 Dec 2003 16:13:28 +0000 Subject: Double quote back-ticked expression, in case it ends up having an unexpected value. --- tests/misc/nohup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/nohup b/tests/misc/nohup index 36a965556..220545189 100755 --- a/tests/misc/nohup +++ b/tests/misc/nohup @@ -52,9 +52,9 @@ rm -f nohup.out err exp # change depending on whether stderr is redirected. nohup sh -c 'echo stdout; echo stderr 1>&2' >out || fail=1 if test -t 2; then - test `cat out|tr '\n' -` = stdout-stderr- || fail=1 + test "`cat out|tr '\n' -`" = stdout-stderr- || fail=1 else - test `cat out|tr '\n' -` = stdout- || fail=1 + test "`cat out|tr '\n' -`" = stdout- || fail=1 fi # It must *not* exist. test -f nohup.out && fail=1 -- cgit v1.2.3-70-g09d2