Skip to content

Commit

Permalink
Have the tests depend on -L for the load-path, for portability.
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitri committed Sep 23, 2011
1 parent c1129b7 commit 2f01706
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion test/README.asciidoc
Expand Up @@ -11,7 +11,7 @@ Typical run:

mkdir -p /tmp/test/.emacs.d
rm -rf /tmp/test/.emacs.d/el-get/
HOME=/tmp/test /Applications/Emacs.app/Contents/MacOS/Emacs -Q -batch -l test/el-get-issue-303.el
HOME=/tmp/test /usr/bin/emacs-snapshot-gtk -Q -batch -L . -l test/el-get-issue-303.el

At the moment you need to run the el-get-issue scripts with some known
working el-get version to know what to expect, and you probably need to have
Expand Down
1 change: 0 additions & 1 deletion test/el-get-issue-200.el
Expand Up @@ -5,7 +5,6 @@
(let ((debug-on-error t)
;; (el-get-byte-compile nil)
(el-get-verbose t))
(add-to-list 'load-path "/Users/dim/dev/emacs/el-get")
(require 'el-get)
(el-get 'sync 'yasnippet))

1 change: 0 additions & 1 deletion test/el-get-issue-284.el
Expand Up @@ -6,7 +6,6 @@
;; path.

(let ((debug-on-error t))
(add-to-list 'load-path "/Users/dim/dev/emacs/el-get")
(setq el-get-byte-compile nil
el-get-verbose t)
(require 'el-get)
Expand Down
1 change: 0 additions & 1 deletion test/el-get-issue-289.el
Expand Up @@ -8,7 +8,6 @@
;; recipe or to make el-get-init respect the :depends clause.

(let ((debug-on-error t))
(add-to-list 'load-path "/Users/dim/dev/emacs/el-get")
(setq el-get-byte-compile nil
el-get-verbose t)
(require 'el-get)
Expand Down
1 change: 0 additions & 1 deletion test/el-get-issue-303.el
Expand Up @@ -13,6 +13,5 @@
(unichars)
:type http :url "http://nwalsh.com/emacs/xmlchars/xmlunicode.el")
(:name unichars :type http :url "http://nwalsh.com/emacs/xmlchars/unichars.el"))))
(add-to-list 'load-path "/Users/dim/dev/emacs/el-get")
(require 'el-get)
(el-get-install "xmlunicode"))

0 comments on commit 2f01706

Please sign in to comment.