Add tests for directory-list #:build? argument

Closes #18.
This commit is contained in:
Alexis King 2015-01-28 20:24:22 -08:00 committed by Sam Tobin-Hochstadt
parent 9bad7f0128
commit 8c471bb2a3

View File

@ -1551,6 +1551,8 @@
(tc-e (directory-list) (-lst -Path))
(tc-e (directory-list "tmp") (-lst -Path))
(tc-e (directory-list #:build? #f) (-lst -Path))
(tc-e (directory-list "tmp" #:build? "yes") (-lst -Path))
(tc-e (filesystem-root-list) (-lst -Path))