diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-13 08:02:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-13 08:02:03 +0000 |
commit | 9b5e17f134d142f0da3cdb2986cd637cca7bab38 (patch) | |
tree | 582d43845d8a40a96b7240c12eab4672d3bcb512 /tests/tsort | |
parent | bee39b77d9722e8c705c4feb30d44cbf5ecbc3bb (diff) | |
download | coreutils-9b5e17f134d142f0da3cdb2986cd637cca7bab38.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/tsort')
-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 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], ); |