diff options
Diffstat (limited to 'tests/rm/f-1')
-rwxr-xr-x | tests/rm/f-1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rm/f-1 b/tests/rm/f-1 index b00f0a614..07a68addc 100755 --- a/tests/rm/f-1 +++ b/tests/rm/f-1 @@ -27,7 +27,6 @@ fi mkdir -p d || framework_failure -fail=0 rm -f d/no-such-file || fail=1 Exit $fail |