diff options
Diffstat (limited to 'tests/du/no-x')
-rwxr-xr-x | tests/du/no-x | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/du/no-x b/tests/du/no-x index 986689a68..3d24572bb 100755 --- a/tests/du/no-x +++ b/tests/du/no-x @@ -28,7 +28,6 @@ skip_if_root_ mkdir -p d/no-x/y || framework_failure chmod u=rw d/no-x || framework_failure -fail=0 # This must exit nonzero. du d >/dev/null 2>out && fail=1 |