el-get/test/issues/el-get-issue-535.el
Noam Postavsky d79c395f22 enable ert tests in travis, reorganize test files
rename ert tests file test.el => el-get-tests.el
move el-get-issue-* files to separate dir
2015-11-13 23:39:27 -05:00

13 lines
246 B
EmacsLisp

;; https://github.com/dimitri/el-get/issues/535
;;
;; CVS proxy support
;; Run this test with the environment variable HTTP_PROXY set
;; appropriately!
(setq debug-on-error t
el-get-verbose t)
(require 'el-get)
(el-get 'sync 'mailcrypt)