diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-18 05:20:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-18 05:20:45 +0000 |
commit | d9f30fc643fba7a80aa1683f77fad3b79ab3f299 (patch) | |
tree | f4e2dba11011f4d4df4843307788a3d7f4335539 /tests | |
parent | 597e0b2a8e0ca03d756851b989957e310acfaf9a (diff) | |
download | coreutils-d9f30fc643fba7a80aa1683f77fad3b79ab3f299.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tr/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/Test.pm b/tests/tr/Test.pm index 9f64e5424..11899fc8a 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], |