Skip to content

Commit 1ce69f8

Browse files
Greg Sabino Mullanemartinmarques
authored andcommitted
Tweak test, as the output no longer ends where it used to
1 parent 6391eb3 commit 1ce69f8

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)