diff options
author | Jim Meyering <jim@meyering.net> | 2000-09-09 08:53:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-09-09 08:53:37 +0000 |
commit | ca10098c93f956ae23a722f1325962fbbdda23bc (patch) | |
tree | 6da3180fa78d372fb49ddca5aa8000e1b39b56c4 /tests/cp | |
parent | e336878a5b06e6b87e64a11d3cdda7ff0916c04c (diff) | |
download | coreutils-ca10098c93f956ae23a722f1325962fbbdda23bc.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/cp')
-rwxr-xr-x | tests/cp/special-bits | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cp/special-bits b/tests/cp/special-bits index 5e280bf35..00238008a 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -25,6 +25,11 @@ chmod u-w file || framework_failure=1 echo "" echo "cd $pwd && $MAKE check TESTS=special-bits" echo "" + echo " or" + echo "" + echo "cd $pwd \\" + echo " && env PATH=../../src:\$PATH MAKE=$MAKE ./special-bits" + echo "" echo '********************************************' exit 77 } |