diff options
Diffstat (limited to 'tests/du/no-x')
-rwxr-xr-x | tests/du/no-x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/no-x b/tests/du/no-x index de3417f82..e45f317e0 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -21,8 +21,8 @@ print_ver_ du skip_if_root_ -mkdir -p d/no-x/y || framework_failure -chmod u=rw d/no-x || framework_failure +mkdir -p d/no-x/y || framework_failure_ +chmod u=rw d/no-x || framework_failure_ # This must exit nonzero. |