From e21bd541a286cd3946a3951e3dad88a0ef46d530 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 26 Feb 2008 20:50:11 +0000 Subject: 24600: yet another typo 24602: fix test when not run --- Test/C02cond.ztst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Test') diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index ff5afeb08..5df2ed82f 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -125,6 +125,10 @@ # can't be bothered with -S + print -u $ZTST_fd 'This test takes two seconds...' + sleep 2 + cat unmodified + touch newnewnew if [[ $OSTYPE == "cygwin" ]]; then print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported on Cygwin)" true @@ -132,10 +136,6 @@ print -u$ZTST_fd "Warning: not testing [[ -N file ]] (not supported with NFS)" true else - print -u $ZTST_fd 'This test takes two seconds...' - sleep 2 - cat unmodified - touch newnewnew [[ -N newnewnew && ! -N unmodified ]] fi 0:-N cond -- cgit 1.4.1