summaryrefslogtreecommitdiff
path: root/tests/tsort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-13 08:02:03 +0000
committerJim Meyering <jim@meyering.net>1999-08-13 08:02:03 +0000
commit9b5e17f134d142f0da3cdb2986cd637cca7bab38 (patch)
tree582d43845d8a40a96b7240c12eab4672d3bcb512 /tests/tsort
parentbee39b77d9722e8c705c4feb30d44cbf5ecbc3bb (diff)
downloadcoreutils-9b5e17f134d142f0da3cdb2986cd637cca7bab38.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/tsort')
-rwxr-xr-xtests/tsort/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsort/Test.pm b/tests/tsort/Test.pm
index 805c658dc..653da66ca 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],
);