From 80fe6fbd2028c4b8e4c6e7cd80862d5b7b4d0df1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Sep 2000 08:55:48 +0000 Subject: *** empty log message *** --- tests/cp/special-bits | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/cp/special-bits') diff --git a/tests/cp/special-bits b/tests/cp/special-bits index 00238008a..5be230bc0 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -25,10 +25,11 @@ chmod u-w file || framework_failure=1 echo "" echo "cd $pwd && $MAKE check TESTS=special-bits" echo "" - echo " or" + echo "Here's a minimalist version. It outputs nothing when the test" + echo "succeeds, and \`FAIL' if it fails." echo "" echo "cd $pwd \\" - echo " && env PATH=../../src:\$PATH MAKE=$MAKE ./special-bits" + echo " && env PATH=../../src:\$PATH MAKE=$MAKE ./special-bits || echo FAIL" echo "" echo '********************************************' exit 77 -- cgit v1.2.3-54-g00ecf