From 5d34a7afb83e621cbedc0a77ce905ae77d871fb6 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 25 Nov 2012 02:24:16 +0100 Subject: [PATCH] Remove el-get-installation-test --- test/test.el | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/test/test.el b/test/test.el index 7fd9d24d..9a29fd4a 100644 --- a/test/test.el +++ b/test/test.el @@ -6,29 +6,6 @@ (defconst testing-destination-dir "/tmp/emacs.d.testing") -(ert-deftest el-get-installation-test () - (let ((el-get-default-process-sync 'wait) - (user-emacs-directory testing-destination-dir) - (el-get-dir (concat (file-name-as-directory user-emacs-directory) - "el-get")) - (el-get-status-file - (concat (file-name-as-directory el-get-dir) ".status.el"))) - (make-directory el-get-dir t) - ;; Extract the instructions directly from the documentation - (with-temp-buffer - (insert-file-contents "../README.asciidoc") - (goto-char (point-min)) - (search-forward-regexp "^-\\{9,\\} -\\(\\(?:.\\| -\\)+?\\)-\\{9,\\}") - (let ((install-string (match-string 1))) - (should install-string) - (message "evaluating %s" install-string) - (should (eval (read (match-string 1))))))) - (should (featurep 'el-get)) - ;; (should (el-get-compiled)) - (should-not el-get-outdated-autoloads)) - (ert-deftest el-get-recipe-dirs-test () (require 'el-get) (let ((el-get-recipe-path