1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00
This commit is contained in:
Jim Meyering
1999-08-22 15:53:59 +00:00
parent 19a165cc9c
commit 5d3b030798
-18
View File
@@ -1,18 +0,0 @@
# -*-perl-*-
package Test;
require 5.002;
use strict;
my @tv = (
#test options input expected-output expected-return-code
#
["cycle-1", '', "t b\nt s\ns t\n", "FIXME", 0],
);
sub test_vector
{
return @tv;
}
1;