From: Greg Sabino Mullane Date: Thu, 23 Apr 2009 17:40:39 +0000 (-0400) Subject: We don't need this diag. Testers should be patient. :) X-Git-Tag: 2.9.0~94 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=29bbcd8921b5d9404b27d5a8d3a065d02dbe820b;p=check_postgres.git We don't need this diag. Testers should be patient. :) --- diff --git a/t/02_checkpoint.t b/t/02_checkpoint.t index 9f77213d0..7021a2010 100644 --- a/t/02_checkpoint.t +++ b/t/02_checkpoint.t @@ -49,7 +49,6 @@ $host =~ s/socket$//; like ($cp->run("-w 20 --datadir=$host"), qr{POSTGRES_CHECKPOINT OK}, $t); $t=qq{$S returns a warning when checkpoint older than warning option}; -diag "Sleeping for a bit to age the checkpoint time...\n"; sleep 2; like ($cp->run("-w 1 --datadir=$host"), qr{WARNING:}, $t);