summaryrefslogtreecommitdiff
path: root/tests/tsort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-13 08:51:42 +0000
committerJim Meyering <jim@meyering.net>1999-08-13 08:51:42 +0000
commit4b797e9d5cada3b533f49e6dc6d5ad47a0e0a28a (patch)
tree891b03eb073096c6045efebc7dd1cfafd1767619 /tests/tsort
parent9b5e17f134d142f0da3cdb2986cd637cca7bab38 (diff)
downloadcoreutils-4b797e9d5cada3b533f49e6dc6d5ad47a0e0a28a.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 653da66ca..e066843a2 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],
);