From 1b47ed271434cea6ebdb28f799b49b6c0b40dc99 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Dec 1996 14:09:10 +0000 Subject: Use test_vector, not array @t. --- tests/sort/Test.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/sort') diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm index cccbe209d..bf2729f03 100755 --- a/tests/sort/Test.pm +++ b/tests/sort/Test.pm @@ -3,7 +3,7 @@ package Test; require 5.002; use strict; -@Test::t = ( +my @tv = ( #test options input expected-output expected-return-code # ["01a", '', "A\nB\nC\n", "A\nB\nC\n", 0], @@ -151,4 +151,9 @@ use strict; ); +sub test_vector +{ + return @tv; +} + 1; -- cgit v1.2.3-54-g00ecf