Skip Menu |

This queue is for tickets about the Apache-Filter CPAN distribution.

Report information
The Basics
Id: 14719
Status: new
Priority: 0/
Queue: Apache-Filter

People
Owner: Nobody in particular
Requestors: tom.kirkpatrick [...] virusbtn.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.023
Fixed in: (no value)



Subject: permissions of test files incorrect
After trying to run make test (on my Mac) I was having trouble with file permissions. After looking in the apache error_log file, I could see many entries like: access to /usr/local/src/Apache-Filter-1.023/t/docs/compress.cp failed for 127.0.0.1, reason: file permissions deny server execution after looking at the /usr/local/src/Apache-Filter-1.023/t/docs/compress.cp file, I could see that its permissions were set as r--r--r--. I did a chmod 777 on the entire t directory and ran the test again, and every thing passed fine. Why were the permissions of these test scripts set to r--r--r--?