Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!GRIGGS.DARTMOUTH.EDU!hugo From: hugo@GRIGGS.DARTMOUTH.EDU (Peter Su) Newsgroups: gnu.bash.bug Subject: Bug in test Message-ID: <8906281930.AA00809@griggs.dartmouth.edu> Date: 28 Jun 89 19:30:42 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 The bash "test -w" builtin seems to be broken. It returns false no matter what I give it. For example if test -w ~ then echo foo else echo bar fi says "bar", which is wrong. Pete