diff options
Diffstat (limited to 'tests/rm/unread2')
-rwxr-xr-x | tests/rm/unread2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/unread2 b/tests/rm/unread2 index 3b7b6f295..c1bb4c2ed 100755 --- a/tests/rm/unread2 +++ b/tests/rm/unread2 @@ -27,7 +27,6 @@ skip_if_root_ mkdir -p a/b || framework_failure chmod u-r a -fail=0 # This should fail. rm -rf a > out 2>&1 && fail=1 |