BLUEC0RE 0 Light Poster

I got it to run but for some reason they incorrectly implemented the "chown" call. Here are some examples of how it is implemented in their test scripts:

chown ${n0} 123 456 (where path is first)


-u 65534 -g 65532,65531 -- chown ${n0} -1 65532 (where options are set before the actual call)

(found from chown test script 00)


I just don't get it. Originally I thought the test script would parse everything and set up the call properly after reading in the test line. However, when running the suite, every single chown test fails. I seem to be the only one complaining about this while everyone else is praising this suite. What am I doing wrong?

If someone who knows about this test suite or wants to try it and give me their opinion, please do!

Suite -> http://www.tuxera.com/community/posix-test-suite/


Chris