diff options
Diffstat (limited to 'tests/server')
-rw-r--r-- | tests/server/admin-t.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/admin-t.in b/tests/server/admin-t.in index 3e84022..11d2883 100644 --- a/tests/server/admin-t.in +++ b/tests/server/admin-t.in @@ -107,7 +107,7 @@ is ($out, "new\n", ' and nothing ran'); # Check too few and too many arguments for every command. my %commands = (destroy => [0, 0], initialize => [1, 1], - list => [1, 1], + list => [1, 4], register => [3, 3], report => [1, -1]); for my $command (sort keys %commands) { |