diff options
| author | Jim Meyering <jim@meyering.net> | 2000-09-09 08:25:33 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-09-09 08:25:33 +0000 |
| commit | a2e3399aa2691f7263c9811f0afae45b3b607054 (patch) | |
| tree | 005afd465282d6476e6db780e55d488d5799986f /tests | |
| parent | (TESTS_ENVIRONMENT): Propagate $MAKE into environment, for special-bits. (diff) | |
| download | coreutils-a2e3399aa2691f7263c9811f0afae45b3b607054.tar.gz coreutils-a2e3399aa2691f7263c9811f0afae45b3b607054.zip | |
*** empty log message ***
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/cp/special-bits | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/special-bits b/tests/cp/special-bits index b35ef22d6..ebc658dce 100755 --- a/tests/cp/special-bits +++ b/tests/cp/special-bits @@ -23,7 +23,7 @@ chmod u-w file || framework_failure=1 echo "$0: NOTICE: This test must be run as root." echo "You can do the following as \`root' to run just this test:" echo "" - echo "cd $pwd && make check TESTS=special-bits" + echo "cd $pwd && $MAKE check TESTS=special-bits" echo "" echo '********************************************' exit 77 |
