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

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

[elpa] master c637fe0 1/8: tests: use /bin instead of /lost+found


From: Dmitry Gutov
Subject: [elpa] master c637fe0 1/8: tests: use /bin instead of /lost+found
Date: Mon, 14 Nov 2016 00:36:57 +0000 (UTC)

branch: master
commit c637fe04dabc03c7aeef7172a85b060096d17759
Author: Alex Dunn <address@hidden>
Commit: Alex Dunn <address@hidden>

    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 ()



reply via email to

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