diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-15 08:01:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-15 08:01:20 +0000 |
commit | 140f272a562e93a3d8bd348a90b9d2f5388ae95e (patch) | |
tree | 5f516494ed31c2443086ed1511123c9ca7d963ad /tests | |
parent | 9da59fff0d189f5a5b66a4ce24f7cf09e23b4b1f (diff) | |
download | coreutils-140f272a562e93a3d8bd348a90b9d2f5388ae95e.tar.xz |
Remove leading `.' from temp. names.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/mv-special-1 | 4 |
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 |