diff options
Diffstat (limited to 't/02_new_version_box.t')
-rw-r--r-- | t/02_new_version_box.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_new_version_box.t b/t/02_new_version_box.t index c6920d52d..b41539b8e 100644 --- a/t/02_new_version_box.t +++ b/t/02_new_version_box.t @@ -20,7 +20,7 @@ my $S = q{Action 'new_version_box'}; my $label = 'POSTGRES_NEW_VERSION_BOX'; $t=qq{$S fails when called with an invalid option}; -like ($cp->run('foobar=12'), qr{^\s*Usage:}, $t); +like ($cp->run('foobar=12'), qr{Usage:}, $t); ## No other tests for now |