Skip to content

Commit a41e74f

Browse files
committed
Add tests on haskell-process-wrapper-function
1 parent f1da497 commit a41e74f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/haskell-process-tests.el

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@
77

88
(eval-when-compile (require 'cl)) ;; for tests with mock to pass...
99

10-
(progn ;; HACK install package.el including for emacs-23.3, then install external el-mock dependency
11-
(when (version< emacs-version "24")
12-
(with-current-buffer (url-retrieve-synchronously "http://git.savannah.gnu.org/gitweb/?p=emacs.git;a=blob_plain;hb=ba08b24186711eaeb3748f3d1f23e2c2d9ed0d09;f=lisp/emacs-lisp/package.el")
13-
(save-excursion
14-
(goto-char (point-min))
15-
(kill-line 8)
16-
(eval-buffer))))
10+
(progn
1711
(require 'package)
1812
(package-initialize)
1913
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
2014
(package-refresh-contents)
21-
(package-install 'el-mock)))
15+
(package-install 'el-mock))
2216

2317
(require 'el-mock)
2418

0 commit comments

Comments
 (0)