Change temp file names to accommodate DOS 8.3 file name limitation.
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 07:56:40 +0000 (07:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 07:56:40 +0000 (07:56 +0000)
tests/mv/force

index 9a101e406ec1d1c908e45fd41df4d4add3f421ec..2293b2d65e9e283e5cb22c80f376bde75916e3a2 100755 (executable)
@@ -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