summaryrefslogtreecommitdiff
path: root/tests/mv/mv-special-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-15 08:01:20 +0000
committerJim Meyering <jim@meyering.net>2002-06-15 08:01:20 +0000
commit140f272a562e93a3d8bd348a90b9d2f5388ae95e (patch)
tree5f516494ed31c2443086ed1511123c9ca7d963ad /tests/mv/mv-special-1
parent9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f (diff)
downloadcoreutils-140f272a562e93a3d8bd348a90b9d2f5388ae95e.tar.xz
Remove leading `.' from temp. names.
Diffstat (limited to 'tests/mv/mv-special-1')
-rwxr-xr-xtests/mv/mv-special-14
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/mv-special-1 b/tests/mv/mv-special-1
index 9f731930b..9a860cc22 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