]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove leading `.' from temp. names.
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:01:20 +0000 (08:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:01:20 +0000 (08:01 +0000)
tests/mv/mv-special-1

index 9f731930b860dc71e6ad1e746de260cc4855d13d..9a860cc22619037c3235023d3ce9b522c5f88941 100755 (executable)
@@ -19,8 +19,8 @@ if test -z "$other_partition_tmpdir"; then
   (exit 77); exit
 fi
 
-null=.mv-null
-dir=.mv-dir
+null=mv-null
+dir=mv-dir
 
 framework_failure=0
 mkdir $tmp || framework_failure=1