diff mbox series

bash: rebase the patch to fix ptest failure

Message ID 20240220034648.3450003-1-xiangyu.chen@eng.windriver.com
State Accepted, archived
Commit ecb698ca5b4f76937dd3bee927465b17866d50be
Headers show
Series bash: rebase the patch to fix ptest failure | expand

Commit Message

Xiangyu Chen Feb. 20, 2024, 3:46 a.m. UTC
From: Xiangyu Chen <xiangyu.chen@windriver.com>

This fix commit oe-core: 1b69769b -- bash: changes to SIGINT handler while waiting for a child

Due to the patch adjust and drop some codes to be applicable the tree,
the line number has been changed, that cause test case "run-type" fail.

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
---
 ...1-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
index df92c2475d..77d770b364 100644
--- a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
+++ b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
@@ -147,7 +147,7 @@  index bbc228e8..e0a66745 100644
 -alias m='more'
 -alias m='more'
 -m is aliased to `more'
-+./type.tests: line 59: type: morealias: not found
++./type.tests: line 56: type: morealias: not found
 +alias morealias='more'
 +alias morealias='more'
 +morealias is aliased to `more'