summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2014-11-01 16:47:52 +0000
committerGreg Sabino Mullane2014-11-01 16:47:52 +0000
commit819a956d7c2090b69780b35c102cce73d73e15ac (patch)
treea3078930535971668e6f3a6ba2b2b96062de312f
parent4d80b4242055605ee4eef66159e0f8692e92aaeb (diff)
Tweak test, as the output no longer ends where it used to
-rw-r--r--t/02_txn_idle.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_txn_idle.t b/t/02_txn_idle.t
index 89e50f681..0f841a3b7 100644
--- 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);