From d9f30fc643fba7a80aa1683f77fad3b79ab3f299 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Aug 1996 05:20:45 +0000 Subject: [PATCH] . --- tests/tr/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index 9f64e54..11899fc 100755 --- a/tests/tr/Test.pm +++ b/tests/tr/Test.pm @@ -2,7 +2,7 @@ package Test; require 5.002; use strict; -@Trtest::t = ( +@Test::t = ( # test input flags 1 or 2 strings expected output expected return code # ['1', 'abcd', '', 'abcd','[]*]', ']]]]', 0], -- 2.7.4