el-get/test/el-get-issue-628.el
Ryan C. Thompson 1fb104010c Use setq instead of let in tests
This makes it easier to run tests interactively and inspect the
results afterward, because the variables such as "el-get-sources" that
were set for the tests are still bound to the values they had during
the test.
2012-03-18 12:33:04 -07:00

11 lines
290 B
EmacsLisp

;; Set a broken value for the session bus address
(setenv "DBUS_SESSION_BUS_ADDRESS"
"unix:abstract=/tmpX/Xdbus-oBU7t7f9Pv,guid=X7bb736a5c60b6c3be8a1312800000064X")
;; Trigger a notification
(setq el-get-sources
(list
'(:name pkg :type builtin)))
(el-get 'sync 'pkg)