mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user