MDL-45221 Allow unit tests to pass under any OS
commitf500ff4e52776984da36533706b31937a91cbe40
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 29 Apr 2014 17:22:54 +0000 (29 19:22 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 29 Apr 2014 17:22:54 +0000 (29 19:22 +0200)
tree8b171500fd47a91a6d9b6128903454fd3fb41806
parent65dcef2ae45b6400b33ac598f8237a9ee3f6882b
MDL-45221 Allow unit tests to pass under any OS

This commit gets rid of the old lib/tests/other/executable.php
file completely because it was only executable under unix OSs
and moves the check to be performed against some mimetex binaries
that are known to be executable and bundled with every installation.

Note this was discovered because the weekly rolling process changed
the execution permissions of the "fixture" file and, at the end
we decided to get rid of it completely, folowing the plan above.
lib/tests/admintree_test.php
lib/tests/other/executable.php [deleted file]