1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-09-09 08:55:48 +00:00
parent ca10098c93
commit 80fe6fbd20
+3 -2
View File
@@ -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