projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02d8e2
)
Remove test code from last commit
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 8 Jul 2018 11:08:05 +0000
(13:08 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 8 Jul 2018 11:08:05 +0000
(13:08 +0200)
test/lisp/net/dbus-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/dbus-tests.el
b/test/lisp/net/dbus-tests.el
index 8fcb8a564bb8a537f2906ac3dd74df7b52ab0c60..1ada2552b854de4cf671791186379d6c3f7df6d4 100644
(file)
--- a/
test/lisp/net/dbus-tests.el
+++ b/
test/lisp/net/dbus-tests.el
@@
-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)