summaryrefslogtreecommitdiff
path: root/tests/tsort
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsort')
-rwxr-xr-xtests/tsort/basic-15
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tsort/basic-1 b/tests/tsort/basic-1
index 68340f07e..0db65b9f2 100755
--- a/tests/tsort/basic-1
+++ b/tests/tsort/basic-1
@@ -48,6 +48,11 @@ my @Tests =
['odd', {IN => "a\n"},
{EXIT => 1},
{ERR => "tsort: odd.1: input contains an odd number of tokens\n"}],
+
+ ['only-one', {IN => {f => ""}}, {IN => {g => ""}},
+ {EXIT => 1},
+ {ERR => "tsort: only one argument may be specified\n"
+ . "Try `tsort --help' for more information.\n"}],
);
my $save_temps = $ENV{DEBUG};