]> 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:03:24 +0000 (08:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:03:24 +0000 (08:03 +0000)
tests/touch/no-rights

index 3906564a8db237a41e886f4d5c4cee2daee5c297..cf0a922674df15504978b1f4e7ea62d9c4470499 100755 (executable)
@@ -10,8 +10,8 @@ fi
 DEFAULT_SLEEP_SECONDS=2
 SLEEP_SECONDS=${SLEEP_SECONDS=$DEFAULT_SLEEP_SECONDS}
 
-t1=touch-no-rw1
-t2=touch-no-rw2
+t1=no-rw1
+t2=no-rw2
 rm -rf $t1 $t2
 : > $t1