branch: master commit c637fe04dabc03c7aeef7172a85b060096d17759 Author: Alex Dunn <dunn.a...@gmail.com> Commit: Alex Dunn <dunn.a...@gmail.com>
tests: use /bin instead of /lost+found `/lost+found` isn't guaranteed to exist on a filesystem, so this switches to something that is. --- test/files-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/files-tests.el b/test/files-tests.el index 254baa2..2e89d8d 100644 --- a/test/files-tests.el +++ b/test/files-tests.el @@ -30,7 +30,7 @@ (ert-deftest company-files-candidates-normal-root () (let (company-files--completion-cache) - (should (member "/lost+found/" + (should (member "/bin/" (company-files 'candidates "/"))))) (ert-deftest company-files-candidates-excluding-dir ()