Tweak test, as the output no longer ends where it used to
authorGreg Sabino Mullane <[email protected]>
Sat, 1 Nov 2014 16:47:52 +0000 (12:47 -0400)
committerGreg Sabino Mullane <[email protected]>
Sat, 1 Nov 2014 16:47:52 +0000 (12:47 -0400)
t/02_txn_idle.t

index 89e50f681fd420233503ce93bc1dd8ca83689aa4..0f841a3b7e8619ea9718958bc59903c249fd1f9b 100644 (file)
@@ -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);