From 29bbcd8921b5d9404b27d5a8d3a065d02dbe820b Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 23 Apr 2009 13:40:39 -0400 Subject: [PATCH] We don't need this diag. Testers should be patient. :) --- t/02_checkpoint.t | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5