emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 40c2ce7: Remove test code from last commit


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 40c2ce7: Remove test code from last commit
Date: Sun, 8 Jul 2018 07:08:13 -0400 (EDT)

branch: emacs-26
commit 40c2ce743b38197e416e4578cd3fd198a1b06ff5
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    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 8fcb8a5..1ada255 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]