aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-01-19 22:48:48 -0800
committerRuss Allbery <rra@stanford.edu>2010-01-19 22:48:48 -0800
commit865a91bebe112076965b823e32a853d9b0b20181 (patch)
tree968e56fe71485ebb29b394c2cc197d5795e7dc31 /tests
parentd684049761db4eb88cd936c530196ea89a524c07 (diff)
Adjust server/admin test for the new list arguments
Diffstat (limited to 'tests')
-rw-r--r--tests/server/admin-t.in2
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) {