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--?