emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 99dbae9 2/8: Merge pull request #609 from dunn/lost


From: Dmitry Gutov
Subject: [elpa] master 99dbae9 2/8: Merge pull request #609 from dunn/lost
Date: Mon, 14 Nov 2016 00:36:57 +0000 (UTC)

branch: master
commit 99dbae9f289da0cb798fcfdf4b754733a0efbff3
Merge: e077caf c637fe0
Author: Dmitry Gutov <address@hidden>
Commit: GitHub <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]