summaryrefslogtreecommitdiff
path: root/tests/join
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-10 15:56:09 +0000
committerJim Meyering <jim@meyering.net>1997-07-10 15:56:09 +0000
commit9295c4fdcae5dfe12813d98ddecbfc1c5e41699b (patch)
treec240a87e341348307d7dce09811588b44e9d60f5 /tests/join
parent41c1791ddd311f688bb14aa71a783b21b10fb894 (diff)
downloadcoreutils-9295c4fdcae5dfe12813d98ddecbfc1c5e41699b.tar.xz
Remove $. from duplicate test name message
Diffstat (limited to 'tests/join')
-rw-r--r--tests/join/mk-script.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/join/mk-script.pl b/tests/join/mk-script.pl
index d116cc0f2..34282f7eb 100644
--- a/tests/join/mk-script.pl
+++ b/tests/join/mk-script.pl
@@ -30,7 +30,7 @@ sub validate
assert (!ref $flags);
assert (!ref $e_ret_code);
- die "$0: $.: duplicate test name \`$test_name'\n"
+ die "$0: duplicate test name \`$test_name'\n"
if (defined $seen{$test_name});
$seen{$test_name} = 1;
}