]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove test code from last commit
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Jul 2018 11:08:05 +0000 (13:08 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Jul 2018 11:08:05 +0000 (13:08 +0200)
test/lisp/net/dbus-tests.el

index 8fcb8a564bb8a537f2906ac3dd74df7b52ab0c60..1ada2552b854de4cf671791186379d6c3f7df6d4 100644 (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)