Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com From: Larry Huang Date: Wed, 12 May 1999 14:53:46 -0400 (EDT) Message-Id: <199905121853.OAA00397@bsr2.uwaterloo.ca> To: gnu-win32@cygnus.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@sourceware.cygnus.com