Fix t/lib/Percona/Toolkit.t and t/lib/Percona/WebAPI/Client.t.

This commit is contained in:
Daniel Nichter
2013-08-08 12:34:29 -07:00
parent 50d33a4f00
commit f62e395b38
2 changed files with 3 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ my $bzr = can_run('bzr');
SKIP: {
skip "Can't run bzr, skipping tag checking", 1 unless $bzr;
chomp(my $root = `$bzr root 2>/dev/null`);
skip '$trunk and bzr root differ, skipping tag checking'
skip '$trunk and bzr root differ, skipping tag checking', 1
unless $root eq $trunk;
my @tags = split /\n/, `$bzr tags`;