el-get/test/el-get-issue-809.el
Noam Postavsky 4cc57f3170 test http-tar method el-get-update
This test attempts to recreate the situation described in #809. The test
passes, which means either the issue has been fixed, or this test case
isn't actually testing the right thing.

closes #809
2013-10-06 14:59:41 -04:00

8 lines
331 B
EmacsLisp

(setq el-get-sources
'((:name session :url "http://downloads.sourceforge.net/project/emacs-session/session/2.1c/session-2.1c.tar.gz")))
(el-get 'sync "session")
(setq el-get-sources
'((:name session :url "http://downloads.sourceforge.net/project/emacs-session/session/session-2.3a.tar.gz")))
(el-get-update "session")