From baa1145609a2dd94cddaf9220e0b0f2ec85371ac Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 26 Nov 2008 10:50:07 +0000 Subject: 26090: another cond test for Cygwin needs removing --- Test/C02cond.ztst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Test/C02cond.ztst') diff --git a/Test/C02cond.ztst b/Test/C02cond.ztst index 5df2ed82f..de82dcbe2 100644 --- a/Test/C02cond.ztst +++ b/Test/C02cond.ztst @@ -94,6 +94,10 @@ if (( EUID == 0 )); then print -u$ZTST_fd 'Warning: Not testing [[ ! -r file ]] (root reads anything)' [[ -r zerolength && -r unmodish ]] + elif [[ $OSTYPE = cygwin ]]; then + print -u$ZTST_fd 'Warning: Not testing [[ ! -r file ]] + (all files created by user may be readable)' + [[ -r zerolength ]] else [[ -r zerolength && ! -r unmodish ]] fi -- cgit 1.4.1