projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d80b42
)
Tweak test, as the output no longer ends where it used to
author
Greg Sabino Mullane
<
[email protected]
>
Sat, 1 Nov 2014 16:47:52 +0000
(12:47 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Sat, 1 Nov 2014 16:47:52 +0000
(12:47 -0400)
t/02_txn_idle.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02_txn_idle.t
b/t/02_txn_idle.t
index 89e50f681fd420233503ce93bc1dd8ca83689aa4..0f841a3b7e8619ea9718958bc59903c249fd1f9b 100644
(file)
--- a/
t/02_txn_idle.t
+++ b/
t/02_txn_idle.t
@@
-68,7
+68,7
@@
sleep(1);
like ($cp->run(q{-w 0}), qr{longest idle in txn: \d+s}, $t);
$t .= ' (MRTG)';
-like ($cp->run(q{--output=mrtg -w 0}), qr{\d+\n0\n\nPID:\d+ database:$dbname username:check_postgres_testing
\n
}, $t);
+like ($cp->run(q{--output=mrtg -w 0}), qr{\d+\n0\n\nPID:\d+ database:$dbname username:check_postgres_testing}, $t);
sleep(1);