]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Change temp file names to accommodate DOS 8.3 file name limitation.
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:01:41 +0000 (08:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:01:41 +0000 (08:01 +0000)
tests/mv/into-self

index 089d160bcf30c728c066fe37045a93ff95a789a1..d6120aed763e64847ec8fe7e2222300cc338d73d 100755 (executable)
@@ -6,8 +6,8 @@ if test "$VERBOSE" = yes; then
   mv --version
 fi
 
-dir=into-self-dir
-file=into-self-file
+dir=toself-dir
+file=toself-file
 
 test_failure=0