From 9b5e17f134d142f0da3cdb2986cd637cca7bab38 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Aug 1999 08:02:03 +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 805c658..653da66 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 x\ns t\n", "FIXME", 0], +["cycle-1", '', "t x\nt s\ns t\n", "FIXME", 0], ); -- 2.7.4