projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b1f74
)
Change temp file names to accommodate DOS 8.3 file name limitation.
author
Jim Meyering
<jim@meyering.net>
Sat, 15 Jun 2002 07:56:40 +0000
(07:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 15 Jun 2002 07:56:40 +0000
(07:56 +0000)
tests/mv/force
patch
|
blob
|
history
diff --git
a/tests/mv/force
b/tests/mv/force
index 9a101e406ec1d1c908e45fd41df4d4add3f421ec..2293b2d65e9e283e5cb22c80f376bde75916e3a2 100755
(executable)
--- a/
tests/mv/force
+++ b/
tests/mv/force
@@
-6,8
+6,8
@@
if test "$VERBOSE" = yes; then
mv --version
fi
-ff=
force-fil
e
-ff2=
force-file-
2
+ff=
mvforc
e
+ff2=
mvforce
2
framework_failure=0
rm -f $ff $ff2 || framework_failure=1