*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 13 Aug 1999 08:02:03 +0000 (08:02 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Aug 1999 08:02:03 +0000 (08:02 +0000)
tests/tsort/Test.pm

index 805c658..653da66 100755 (executable)
@@ -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],
 
 );