aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/glob_spec.lua
Commit message (Collapse)AuthorAge
* functests: Check logs in lua codeZyX2016-06-10
| | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
|
* tests: fix the glob tests when building under a long path #3214John Szakmeister2015-08-21
|
* test: call scandir_next_with_dots() more than onceJustin M. Keyes2015-08-01
| | | | Also cosmetic reduction.
* Add the . and .. entries to glob()Felipe Morales2015-08-01
os_scandir() and os_scandir_next() skip over those, because of the unverlying libuv funcitons behaviour. Fixes #2954