From 40c2ce743b38197e416e4578cd3fd198a1b06ff5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 8 Jul 2018 13:08:05 +0200 Subject: [PATCH] Remove test code from last commit --- test/lisp/net/dbus-tests.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.2