1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

* tests/rm/one-file-system: Upon setup failure (e.g., mount failure),

skip the test rather than failing.  Reported by Michael Deutschmann.
This commit is contained in:
Jim Meyering
2006-11-21 09:32:55 +01:00
parent 41b5fe3246
commit d66091126a
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-11-21 Jim Meyering <jim@meyering.net>
* tests/rm/one-file-system: Upon setup failure (e.g., mount failure),
skip the test rather than failing. Reported by Michael Deutschmann.
* tests/rm/fail-eperm: Use the "(exit N); exit N" idiom,
rather than just "exit N".
+2 -2
View File
@@ -51,8 +51,8 @@ rm: skipping `a/b', since it's on a different device
EOF
if test $framework_failure = 1; then
echo "$0: failure in testing framework" 1>&2
(exit 1); exit 1
echo "$0: setup failed; skipping this test" 1>&2
(exit 77); exit 77
fi
fail=0