Skip to content

Commit 819a956

Browse files
author
Greg Sabino Mullane
committed
Tweak test, as the output no longer ends where it used to
1 parent 4d80b42 commit 819a956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/02_txn_idle.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sleep(1);
6868
like ($cp->run(q{-w 0}), qr{longest idle in txn: \d+s}, $t);
6969

7070
$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);
71+
like ($cp->run(q{--output=mrtg -w 0}), qr{\d+\n0\n\nPID:\d+ database:$dbname username:check_postgres_testing}, $t);
7272

7373
sleep(1);
7474

0 commit comments

Comments
 (0)