Skip to content

Commit

Permalink
Add test for dimitri#628
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinAwardWinner committed Mar 2, 2012
1 parent da74bc2 commit b2a1274
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/el-get-issue-628.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
;; Set a broken value for the session bus address
(setenv "DBUS_SESSION_BUS_ADDRESS"
"unix:abstract=/tmpX/Xdbus-oBU7t7f9Pv,guid=X7bb736a5c60b6c3be8a1312800000064X")

;; Trigger a notification
(let ((el-get-sources
(list '(:name pkg
:type builtin))))
(el-get 'sync 'pkg))

0 comments on commit b2a1274

Please sign in to comment.