diff options
| author | Jim Meyering <jim@meyering.net> | 2000-09-09 08:55:48 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-09-09 08:55:48 +0000 |
| commit | 80fe6fbd2028c4b8e4c6e7cd80862d5b7b4d0df1 (patch) | |
| tree | efa3f194649151a0ef849a604aa35d1645685c17 /tests/cp/special-bits | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-80fe6fbd2028c4b8e4c6e7cd80862d5b7b4d0df1.tar.gz coreutils-80fe6fbd2028c4b8e4c6e7cd80862d5b7b4d0df1.zip | |
*** empty log message ***
Diffstat (limited to 'tests/cp/special-bits')
| -rwxr-xr-x | tests/cp/special-bits | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
