From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7217 invoked by alias); 1 May 2016 01:55:43 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38382 Received: (qmail 24682 invoked from network); 1 May 2016 01:55:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Date: Sun, 01 May 2016 01:48:58 +0000 From: Daniel Shahaf To: Zsh hackers list Subject: Re: Bug in C02cont.ztst's -N test Message-ID: <20160501014858.GA14837@tarsus.local2> References: <160429131027.ZM22749@torch.brasslantern.com> <20160430004639.GA1360@tarsus.local2> <20160430010131.GA34472@CptOrmolo.darkstar> <20160430012828.GA3334@tarsus.local2> <160430105547.ZM10892@torch.brasslantern.com> <160430111131.ZM11437@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <160430111131.ZM11437@torch.brasslantern.com> User-Agent: Mutt/1.5.23 (2014-03-12) Bart Schaefer wrote on Sat, Apr 30, 2016 at 11:11:31 -0700: > + ! repeat 30; do ZTST_hashmark; sleep 2; cat $unmodified «repeat 30 sleep 2» could sleep more than 30⋅2 seconds, so perhaps change the «repeat 30» to «until (( $(date +%s) > $starttime + 60 ))».