diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-13 08:51:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-13 08:51:42 +0000 |
commit | 4b797e9d5cada3b533f49e6dc6d5ad47a0e0a28a (patch) | |
tree | 891b03eb073096c6045efebc7dd1cfafd1767619 /tests | |
parent | 9b5e17f134d142f0da3cdb2986cd637cca7bab38 (diff) | |
download | coreutils-4b797e9d5cada3b533f49e6dc6d5ad47a0e0a28a.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/tsort/Test.pm | 2 |
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], ); |