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 9a101e4..2293b2d 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