branch: externals/system-packages
commit 41c294bb1e333b8c1ff1b9a853e52521cc4e0c03
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
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))))