1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-30 22:36:31 +02:00

* tests/rm/fail-eperm: Use the "(exit N); exit N" idiom,

rather than just "exit N".
This commit is contained in:
Jim Meyering
2006-11-21 09:03:27 +01:00
parent e9a8c140da
commit 41b5fe3246
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-11-21 Jim Meyering <jim@meyering.net>
* tests/rm/fail-eperm: Use the "(exit N); exit N" idiom,
rather than just "exit N".
Arrange for "make check-root" to run the new root-only test.
* tests/Makefile.am (t7): New target, to run tests/ls/nameless-uid.
(all_t): Add t7.
+1 -1
View File
@@ -37,7 +37,7 @@ PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check
$PERL -e 1 > /dev/null 2>&1 || {
echo 1>&2 "$0: configure didn't find a usable version of Perl," \
"so can't run this test"
exit 77
(exit 77); exit 77
}
ARGV_0=$0