el-get/test/el-get-issue-535.el
Ryan C. Thompson a419103e06 Add test for installation via cvs
CVS proxy support can be tested by running this with the HTTP_PROXY
environment variable set.
2012-02-23 16:03:51 -08:00

13 lines
289 B
EmacsLisp

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