From 9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jun 2002 07:56:40 +0000 Subject: Change temp file names to accommodate DOS 8.3 file name limitation. --- tests/mv/force | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/mv/force') 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 -- cgit v1.2.3-54-g00ecf