summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-18 05:21:07 +0000
committerJim Meyering <jim@meyering.net>1996-08-18 05:21:07 +0000
commit9d76e7ffbb26e51a6edcc426901ed2d2e4f837de (patch)
treece2121a32ab340c43b08b311a6e26ef6301d4536 /tests
parentd9f30fc643fba7a80aa1683f77fad3b79ab3f299 (diff)
downloadcoreutils-9d76e7ffbb26e51a6edcc426901ed2d2e4f837de.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tr/build-script.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl
index 6a861121c..961e864b9 100755
--- a/tests/tr/build-script.pl
+++ b/tests/tr/build-script.pl
@@ -6,7 +6,7 @@ require 5.002;
BEGIN { push @INC, '@srcdir@' if '@srcdir@' ne '.'; }
use strict;
-use Trtest;
+use Test;
$| = 1;
@@ -29,7 +29,7 @@ EOF
my %seen;
my $test_vector;
-foreach $test_vector (@Trtest::t)
+foreach $test_vector (@Test::t)
{
my ($test_name, $input, $flags, $s1, $s2, $expected, $e_ret_code)
= @{$test_vector};