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:
@@ -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".
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user