From 4b797e9d5cada3b533f49e6dc6d5ad47a0e0a28a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Aug 1999 08:51:42 +0000 Subject: [PATCH] *** empty log message *** --- tests/tsort/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tsort/Test.pm b/tests/tsort/Test.pm index 653da66..e066843 100755 --- a/tests/tsort/Test.pm +++ b/tests/tsort/Test.pm @@ -6,7 +6,7 @@ use strict; my @tv = ( #test options input expected-output expected-return-code # -["cycle-1", '', "t x\nt s\ns t\n", "FIXME", 0], +["cycle-1", '', "t b\nt s\ns t\n", "FIXME", 0], ); -- 2.7.4