#!perl
use Cassandane::Tiny;

sub test_maxword ($self)
{
    # Oversized command name
    $self->assert_cmd_bye_toobig("X" x 26);
}
