From: Jim Meyering Date: Sat, 15 Jun 2002 08:01:20 +0000 (+0000) Subject: Remove leading `.' from temp. names. X-Git-Tag: FILEUTILS-4_1_9~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=140f272a562e93a3d8bd348a90b9d2f5388ae95e;p=thirdparty%2Fcoreutils.git Remove leading `.' from temp. names. --- diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1 index 9f731930b8..9a860cc226 100755 --- a/tests/mv/mv-special-1 +++ b/tests/mv/mv-special-1 @@ -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