Remove test code from last commit

This commit is contained in:
Michael Albinus 2018-07-08 13:08:05 +02:00
parent e02d8e29c6
commit 40c2ce743b

View file

@ -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)