summaryrefslogtreecommitdiff
path: root/src/tests/config/disabled_functions.ini (follow)
AgeCommit message (Collapse)Author
2019-01-14Reorganize the testsuitejvoisin
Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform.
2017-11-29Implement eval hookingjvoisin
It's not possible to hook the `eval` builtin like other functions.
2017-11-0653 absolute path (#62)jvoisin
* Add error for relative path
2017-10-17Add an expected failure for `eval` hookingjvoisin
2017-10-11s/disable_functions/disable_function/gjvoisin
This should close #36 and #30
2017-09-20Initial importSebastien Blot