We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d80b42 commit 819a956Copy full SHA for 819a956
t/02_txn_idle.t
@@ -68,7 +68,7 @@ sleep(1);
68
like ($cp->run(q{-w 0}), qr{longest idle in txn: \d+s}, $t);
69
70
$t .= ' (MRTG)';
71
-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);
72
73
sleep(1);
74
0 commit comments