diff options
Diffstat (limited to 'tests/rmdir/fail-perm')
-rwxr-xr-x | tests/rmdir/fail-perm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rmdir/fail-perm b/tests/rmdir/fail-perm index 9af747b85..8d012c048 100755 --- a/tests/rmdir/fail-perm +++ b/tests/rmdir/fail-perm @@ -20,8 +20,8 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ rmdir -mkdir d d/e d/e/f || framework_failure -chmod a-w d || framework_failure +mkdir d d/e d/e/f || framework_failure_ +chmod a-w d || framework_failure_ # This rmdir command outputs two diagnostics. |