summaryrefslogtreecommitdiff
path: root/test-suite/tests/ftw.test
Commit message (Expand)AuthorAgeFilesLines
* in ftw test, skip EACCESS test on MinGWMike Gran2022-09-201-3/+9
* in ftw test, don't presume symlink is definedMike Gran2022-09-201-34/+40
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-111-17/+38
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-111-2/+2
* Adapt ftw.test for pending test-suite changesAndy Wingo2019-09-271-1/+1
* test-suite: Skip `EACCES' test of `file-system-fold' when run as root.Ludovic Courtès2012-12-101-12/+16
* scandir: Use `lstat' instead of `stat'.Ludovic Courtès2012-11-011-1/+11
* test-suite: Use `pass-if-equal' in `ftw.test'.Ludovic Courtès2012-11-011-13/+13
* scandir: select? takes basenames, operates on (sub)dirs alsoAndy Wingo2012-06-221-2/+5
* move (test-suite lib) to lower dir; cleans up uninstalled paths.Andy Wingo2012-04-231-3/+7
* ftw: Add an `error' parameter to `file-system-fold'.Ludovic Courtès2012-01-081-9/+138
* ftw: Include sub-directories in the result of `scandir'.Ludovic Courtès2011-12-191-0/+12
* ftw: Clarify the behavior of `scandir' for flat files and unreadable dirs.Ludovic Courtès2011-12-191-1/+4
* ftw: Add `scandir'.Ludovic Courtès2011-12-181-0/+8
* Add `file-system-fold' and `file-system-tree' to (ice-9 ftw).Ludovic Courtès2011-12-131-2/+96
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* Fix continuation marking, and some tests.Andy Wingo2008-09-261-7/+8
* merge from 1.8 branchKevin Ryde2006-10-091-0/+73