summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-08-27 16:52:25 +0000
committerGreg Sabino Mullane2009-08-27 16:52:25 +0000
commit424aeb8c10ee284ac76315780c4a7556b78dd82b (patch)
treedfd289a986726cc103cc09709fb806e29735bc71
parent89cae658aa148aa3a22693ed0b98a18115a4f16a (diff)
Adjust test for new Nagios perf output.
-rw-r--r--t/02_txn_wraparound.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/02_txn_wraparound.t b/t/02_txn_wraparound.t
index 6b4dba07d..987612dea 100644
--- a/t/02_txn_wraparound.t
+++ b/t/02_txn_wraparound.t
@@ -29,8 +29,8 @@ $result = $cp->run();
like ($result, qr{^$label}, $t);
$t = qq{$S identifies each database};
-like ($result, qr{ardala=\d+ beedeebeedee=\d+ postgres=\d+ template1=\d+}, $t);
-$result =~ /ardala=(\d+)/;
+like ($result, qr{'ardala'=\d+;1300000000;1400000000;0;2000000000 'beedeebeedee'=\d+;1300000000;1400000000;0;2000000000 'postgres'=\d+;1300000000;1400000000;0;2000000000 'template1'=\d+;1300000000;1400000000;0;2000000000}, $t);
+$result =~ /'ardala'=(\d+)/;
my $txn_measure = $1;
$t = qq{$S identifies host};