Hi! > + tst_resm TINFO "$PING_CMD with $PACKETSIZES ICMP packets" > + for packetsize in $PACKETSIZES; do > + tst_resm TINFO "call $PING_CMD with packet size = $packetsize" > + $PING_CMD -c $COUNT -s $packetsize $RHOST > /dev/null 2>&1 > + if [ $? -ne 0 ]; then > + tst_resm TFAIL "$PING_CMD -c $COUNT -s $packetsize > $RHOST" > + return > + fi > + sleep $SLEEPTIME
Is the sleep necessary here? -- Cyril Hrubis chru...@suse.cz ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list