emacs/0002-Test-eshell-test-subcommand-reset-in-pipeline-is-uns.patch
2024-07-15 16:23:38 +01:00

26 lines
938 B
Diff

From 8ae158173d1d748d55e2605c04d33a95739e055c Mon Sep 17 00:00:00 2001
From: Peter Oliver <git@mavit.org.uk>
Date: Mon, 15 Jul 2024 16:17:38 +0100
Subject: [PATCH 2/3] Test eshell-test/subcommand-reset-in-pipeline is unstable
Could be related to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65602
---
test/lisp/eshell/eshell-tests.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/lisp/eshell/eshell-tests.el b/test/lisp/eshell/eshell-tests.el
index 3812a4117ac..8c13d4af237 100644
--- a/test/lisp/eshell/eshell-tests.el
+++ b/test/lisp/eshell/eshell-tests.el
@@ -79,6 +79,7 @@ eshell-test/pipe-subcommand-with-pipe
(ert-deftest eshell-test/subcommand-reset-in-pipeline ()
"Check that subcommands reset `eshell-in-pipeline-p'."
+ :tags (if (getenv "RPM_BUILD_ROOT") '(:unstable))
(skip-unless (executable-find "cat"))
(dolist (template '("echo {%s} | *cat"
"echo ${%s} | *cat"
--
2.45.2