diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/force | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/force b/tests/mv/force index 9a101e406..2293b2d65 100755 --- a/tests/mv/force +++ b/tests/mv/force @@ -6,8 +6,8 @@ if test "$VERBOSE" = yes; then mv --version fi -ff=force-file -ff2=force-file-2 +ff=mvforce +ff2=mvforce2 framework_failure=0 rm -f $ff $ff2 || framework_failure=1 |