summaryrefslogtreecommitdiff
path: root/tests/mv/force
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/force')
-rwxr-xr-xtests/mv/force4
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