diff options
author | Greg Sabino Mullane | 2014-07-14 16:21:26 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2014-07-14 16:21:26 +0000 |
commit | 4fb3e757fb09a92abc433cdd5ebdf01a084818c2 (patch) | |
tree | 388d3ea629b6f89e3d3596a226c59ef4dc8dec08 | |
parent | ab419e1d751675ca194ef5ff57f18486d3cdaf98 (diff) |
Tweak testing output
-rw-r--r-- | t/02_txn_time.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_txn_time.t b/t/02_txn_time.t index c76516b28..8be2fa18c 100644 --- a/t/02_txn_time.t +++ b/t/02_txn_time.t @@ -76,7 +76,7 @@ sleep(1); like ($cp->run(q{-w 0}), qr{longest txn: 1s}, $t); $t .= ' (MRTG)'; -like ($cp->run(q{--output=mrtg -w 0}), qr{\d+\n0\n\nPID:\d+ database:$dbname username:\w+\n}, $t); +like ($cp->run(q{--output=mrtg -w 0}), qr{\d+\n0\n\nPID:\d+ database:$dbname username:\w+ query:SELECT 1\n}, $t); $idle_dbh->commit; |