diff options
Diffstat (limited to 'tests/rm/f-1')
-rwxr-xr-x | tests/rm/f-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/f-1 b/tests/rm/f-1 index 3b0d51537..2d353649c 100755 --- a/tests/rm/f-1 +++ b/tests/rm/f-1 @@ -21,7 +21,7 @@ test=f-1 . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ rm -mkdir -p d || framework_failure +mkdir -p d || framework_failure_ rm -f d/no-such-file || fail=1 |