branch: master
commit 99dbae9f289da0cb798fcfdf4b754733a0efbff3
Merge: e077caf c637fe0
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: GitHub <nore...@github.com>

    Merge pull request #609 from dunn/lost
    
    tests: use /bin instead of /lost+found
---
 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 ()

Reply via email to