summaryrefslogtreecommitdiff
path: root/tests/mv/force
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-15 07:56:40 +0000
committerJim Meyering <jim@meyering.net>2002-06-15 07:56:40 +0000
commit9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f (patch)
tree82e55099a770ea77e43d5df00eacd5475eb47a1d /tests/mv/force
parent06b1f7428834e1ac07f03cea7a1644217effc3bf (diff)
downloadcoreutils-9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f.tar.xz
Change temp file names to accommodate DOS 8.3 file name limitation.
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