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

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

[elpa] externals/system-packages 41c294b 112/117: Fix tests


From: Stefan Monnier
Subject: [elpa] externals/system-packages 41c294b 112/117: Fix tests
Date: Fri, 14 Dec 2018 17:02:19 -0500 (EST)

branch: externals/system-packages
commit 41c294bb1e333b8c1ff1b9a853e52521cc4e0c03
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    Fix tests
---
 test/system-packages-test.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/system-packages-test.el b/test/system-packages-test.el
index a392d4f..f519406 100644
--- a/test/system-packages-test.el
+++ b/test/system-packages-test.el
@@ -45,7 +45,4 @@
   "Error when we don't know a command."
   (should-error
    (let ((system-packages-package-manager 'pacaur))
-     (system-packages-get-command 'install)))
-  (should-error
-   (let ((system-packages-package-manager 'guix))
-     (system-packages-get-command 'clean-cache))))
+     (system-packages-get-command 'install))))



reply via email to

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