projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181065d
)
Tweak test for new output format
author
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 8 Jun 2014 12:44:27 +0000
(08:44 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 8 Jun 2014 12:44:27 +0000
(08:44 -0400)
t/02-bctl-db.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02-bctl-db.t
b/t/02-bctl-db.t
index 3ffd7133949e5b0cf5ddbaa222aef00df3cb5fcb..33a8f002b4f58cdc8c33929e12599ed6dc404983 100644
(file)
--- a/
t/02-bctl-db.t
+++ b/
t/02-bctl-db.t
@@
-122,7
+122,7
@@
like ($res, qr/Added database "B" to group "group1" as target/s, $t);
$t = q{Remove database gives expected message when database does not exist};
$res = $bct->ctl('bucardo remove db foobar');
-like ($res, qr/No such database
: foobar
/, $t);
+like ($res, qr/No such database
"foobar"
/, $t);
$t = q{Remove database works};
$res = $bct->ctl('bucardo remove db B');