Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Larry Huang Date: Wed, 12 May 1999 14:53:46 -0400 (EDT) Message-Id: <199905121853.OAA00397@bsr2.uwaterloo.ca> To: gnu-win32 AT cygnus DOT com Subject: problem with test -w file Dear Cygnus, My apologies if this is the wrong place for this message. I downloaded the Cygwin package several days ago and am generally please with it (I use the bash shell mostly). There is one thing that baffles me though. In one of my shell scripts I have the line if test -w $file to see if the file is writable before doing processing on the file, but it seems that the result of the test is always 1, i.e. the file is non-writable. The same script runs okay on Unix Bourne shell. Is there something I am doing wrong or is this a bug in test? Thanks for any help. Larry -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com