[TESTERS needed] New POSIX permission handling
Steven Penny
svnpenn@gmail.com
Sat May 16 02:39:00 GMT 2015
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
More information about the Cygwin
mailing list