Sorry kowey, but this is plain nonsense. Test scripts should work
with -d my-own-directory, too.
The tests script is really completely broken. Fixing issue1283 only
hides this. Even if all the obvious bugs are fixed it doesn't test
the right thing because chmod 0111 means chmod a=x, not a=r as was
apparently intended.
Lesson: don't use octal numbers when there is a much more human
friendly interface!
|