]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 9 Sep 2000 08:55:48 +0000 (08:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 9 Sep 2000 08:55:48 +0000 (08:55 +0000)
tests/cp/special-bits

index 00238008ae0ba9f1a99ffc7f08e77092852294a7..5be230bc070977a9581bd3e4716eb12aacd69659 100755 (executable)
@@ -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