diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-15 07:56:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-15 07:56:40 +0000 |
commit | 9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f (patch) | |
tree | 82e55099a770ea77e43d5df00eacd5475eb47a1d /tests | |
parent | 06b1f7428834e1ac07f03cea7a1644217effc3bf (diff) | |
download | coreutils-9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f.tar.xz |
Change temp file names to accommodate DOS 8.3 file name limitation.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/force | 4 |
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 |