From: Michael Albinus Date: Sun, 8 Jul 2018 11:08:05 +0000 (+0200) Subject: Remove test code from last commit X-Git-Tag: emacs-26.1.90~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40c2ce743b38197e416e4578cd3fd198a1b06ff5;p=emacs.git Remove test code from last commit --- diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index 8fcb8a564bb..1ada2552b85 100644 --- 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)