Remove test code from last commit
This commit is contained in:
parent
e02d8e29c6
commit
40c2ce743b
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ This includes initialization and closing the bus."
|
|||
;; Start bus.
|
||||
(let ((output
|
||||
(ignore-errors
|
||||
(shell-command-to-string
|
||||
"env DISPLAY= dbus-launch --sh-syntax --close-stderr")))
|
||||
(shell-command-to-string "env DISPLAY= dbus-launch --sh-syntax")))
|
||||
bus pid)
|
||||
(skip-unless (stringp output))
|
||||
(when (string-match "DBUS_SESSION_BUS_ADDRESS='\\(.+\\)';" output)
|
||||
|
|
Loading…
Add table
Reference in a new issue