This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [TESTERS needed] New POSIX permission handling


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]