From: Jim Meyering Date: Sun, 18 Aug 1996 05:21:07 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d76e7ffbb26e51a6edcc426901ed2d2e4f837de;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index 6a861121c0..961e864b91 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};