From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92735 invoked by alias); 16 May 2015 02:20:15 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 92540 invoked by uid 89); 16 May 2015 02:20:14 -0000 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 Received: from mail-ig0-f173.google.com (HELO mail-ig0-f173.google.com) (209.85.213.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 16 May 2015 02:20:12 +0000 Received: by igbpi8 with SMTP id pi8so11862164igb.1 for ; Fri, 15 May 2015 19:20:10 -0700 (PDT) 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) Received: by 10.36.10.202 with HTTP; Fri, 15 May 2015 19:20:10 -0700 (PDT) In-Reply-To: References: <20150410100703.GA4401@calimero.vinschen.de> Date: Sat, 16 May 2015 02:39:00 -0000 Message-ID: Subject: Re: [TESTERS needed] New POSIX permission handling From: Steven Penny To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00195.txt.bz2 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 =E2=80=98ls --color=E2=80=99 is pointless if e= verything 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