From bed23e1be6cc5d8af479f9d46842dc27aa16e599 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 25 Oct 2011 21:11:25 +0200 Subject: [PATCH] Update test/test.el to match current el-get expectations. 3 test passes. --- test/test.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test.el b/test/test.el index abe21dd4..7fd9d24d 100644 --- a/test/test.el +++ b/test/test.el @@ -60,7 +60,8 @@ (el-get-sources `((:name ,pkg :features (,pkg) :type http - :url ,(concat "file://" pkg-source))))) + :url ,(concat "file://" pkg-source)))) + (el-get-packages (mapcar 'el-get-source-name el-get-sources))) (make-directory el-get-dir t) (unwind-protect (progn @@ -75,7 +76,7 @@ (should-not (zerop (nth 7 (file-attributes pkg-source)))) (message "Installing %s" pkg) (should (progn - (el-get 'sync el-get-sources) + (el-get 'sync el-get-packages) t)) (message "Verifying installed package file %s" pkg-destination) (should (file-exists-p pkg-destination))