From: Jim Meyering Date: Sun, 22 Aug 1999 15:53:59 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0j-trial~293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d3b0307987161b2d6b27c1a26291f019bb7942f;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/tsort/Test.pm b/tests/tsort/Test.pm deleted file mode 100755 index e066843a28..0000000000 --- a/tests/tsort/Test.pm +++ /dev/null @@ -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;