aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/eshell/esh-proc-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/eshell/esh-proc-tests.el b/test/lisp/eshell/esh-proc-tests.el
index 2369bb5cc00..63aa5384c87 100644
--- a/test/lisp/eshell/esh-proc-tests.el
+++ b/test/lisp/eshell/esh-proc-tests.el
@@ -82,6 +82,8 @@ pipeline."
82 82
83(ert-deftest esh-proc-test/pipeline-connection-type/last () 83(ert-deftest esh-proc-test/pipeline-connection-type/last ()
84 "Test that only output streams are PTYs when a command ends a pipeline." 84 "Test that only output streams are PTYs when a command ends a pipeline."
85 ;; Repeated unreproducible errors.
86 :tags '(:unstable)
85 (skip-unless (executable-find "sh")) 87 (skip-unless (executable-find "sh"))
86 (eshell-command-result-equal 88 (eshell-command-result-equal
87 (concat "echo | " esh-proc-test--detect-pty-cmd) 89 (concat "echo | " esh-proc-test--detect-pty-cmd)