summaryrefslogtreecommitdiff
path: root/tests/rmdir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rmdir')
-rwxr-xr-xtests/rmdir/fail-perm2
-rwxr-xr-xtests/rmdir/ignore2
-rwxr-xr-xtests/rmdir/t-slash2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm
index 9eeb633ea..bfc7b0768 100755
--- a/tests/rmdir/fail-perm
+++ b/tests/rmdir/fail-perm
@@ -34,4 +34,4 @@ fail=0
# As of coreutils-5.1.2, it fails, as required.
rmdir -p d d/e/f 2> /dev/null && fail=1
-(exit $fail); exit $fail
+Exit $fail
diff --git a/tests/rmdir/ignore b/tests/rmdir/ignore
index e55ae1f64..564b180a2 100755
--- a/tests/rmdir/ignore
+++ b/tests/rmdir/ignore
@@ -34,4 +34,4 @@ test -d "$cwd/a/x" || fail=1
test -d "$cwd/a/b" && fail=1
test -d "$cwd/a/b/c" && fail=1
-(exit $fail); exit $fail
+Exit $fail
diff --git a/tests/rmdir/t-slash b/tests/rmdir/t-slash
index 923e9c9c9..85e4e7e04 100755
--- a/tests/rmdir/t-slash
+++ b/tests/rmdir/t-slash
@@ -31,4 +31,4 @@ fail=0
# rmdir: `dir': No such file or directory
rmdir -p dir/ || fail=1
-(exit $fail); exit $fail
+Exit $fail