X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; q=dns; s=default; b=mqjpckrKrYh30qLc IxNdTuqJtgpx8kQrk7lFLjjx9f2+4GTQLPAltde94zcopXCn71xfDCD35laEsRB/ kv4K48TXsYHi7ni306lQW/uHxd2dNQ0Yb6dBCdo9uM0P/VlA5/ZZtlsj1INsoASU z6ATf7/dRUTyFoJzyyJPGlDbMNY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; s=default; bh=/YAzfJ/HPgT6q4pfiiidDw Xj5fA=; b=laNEoueHdVZrQfrV1H/Yr6CJUUKTWtOr2XGqJqT7PubByGZHibfcKe tTlJ1gaIjWSR5ShBGJldRsHQ2G3yL0gLXTZWlj5lyVRCUSAW7+vE66Weawqm5+9P B3ZVvGC3Dpi9sgroNLDEPWy/VF41FBRCM8Wv0tpwTaCNSEftSU3i0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f173.google.com MIME-Version: 1.0 X-Received: by 10.50.110.104 with SMTP id hz8mr1899941igb.38.1431742810519; Fri, 15 May 2015 19:20:10 -0700 (PDT) In-Reply-To: References: <20150410100703 DOT GA4401 AT calimero DOT vinschen DOT de> Date: Fri, 15 May 2015 21:20:10 -0500 Message-ID: Subject: Re: [TESTERS needed] New POSIX permission handling From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4G2KUIT025969 On Fri, Apr 10, 2015 at 7:00 PM, Steven Penny wrote: > Here is the test I ran: The test I ran here http://cygwin.com/ml/cygwin/2015-04/msg00186.html is now failing again: $ cd /cygdrive/c $ touch ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh $ chmod +x ~/bravo.sh ~+/delta.sh $ ls -l --color ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh -rw-rwxr--+ 1 John None 0 May 15 19:12 /cygdrive/c/charlie.sh (green) -rwxrwxr-x+ 1 John None 0 May 15 19:12 /cygdrive/c/delta.sh (green) -rw-r--r-- 1 John None 0 May 15 19:12 /home/John/alpha.sh -rwxr-xr-x 1 John None 0 May 15 19:12 /home/John/bravo.sh (green) Please sort this out. Having ‘ls --color’ is pointless if everything is the same color. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple