From: Jim Meyering Date: Sat, 15 Jun 2002 07:56:40 +0000 (+0000) Subject: Change temp file names to accommodate DOS 8.3 file name limitation. X-Git-Tag: FILEUTILS-4_1_9~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f;p=thirdparty%2Fcoreutils.git Change temp file names to accommodate DOS 8.3 file name limitation. --- diff --git a/tests/mv/force b/tests/mv/force index 9a101e406e..2293b2d65e 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