On Wed, Jan 26, 2005 at 11:46:28AM +0000, Nicholas Clark wrote: > Specifically here, I wonder how to safely write a portable regression test. > Maybe it's safe already as the output of the backticks is ignored, so if there > is no sleep command to run it would still pass.
Replace 'sleep 2' with 'perl -e "sleep 2"'?
