diff options
Diffstat (limited to 'tests/mv/force')
-rwxr-xr-x | tests/mv/force | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mv/force b/tests/mv/force index df4397050..88851ac59 100755 --- a/tests/mv/force +++ b/tests/mv/force @@ -29,7 +29,6 @@ ff2=mvforce2 echo force-contents > $ff || framework_failure ln $ff $ff2 || framework_failure -fail=0 # This mv command should exit nonzero. mv $ff $ff > out 2>&1 && fail=1 |