summaryrefslogtreecommitdiffstats
path: root/tests/018/path-test.tl
Commit message (Collapse)AuthorAgeFilesLines
* path-search: fix test for sh not being in /bin.Kaz Kylheku2021-07-041-1/+1
| | | | | * tests/018/path-test.tl: Check that the result of a path-search for "sh" only ends in "/bin/sh", not that it is precisely "/bin/sh".
* New function: path-search.Kaz Kylheku2021-06-291-0/+15
* lisplib.c (path_test_set_entries): Autoload on path-search. * stdlib/path-test.tl (path-search): New function. * tests/018/path-test.tl: New file. * txr.1: Documented. * stdlib/doc-lookup.tl: Updated.