From 9d76e7ffbb26e51a6edcc426901ed2d2e4f837de Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Aug 1996 05:21:07 +0000 Subject: [PATCH] . --- tests/tr/build-script.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tr/build-script.pl b/tests/tr/build-script.pl index 6a86112..961e864 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}; -- 2.7.4