]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
bash: rebase the patch to fix ptest failure
authorXiangyu Chen <xiangyu.chen@windriver.com>
Tue, 20 Feb 2024 03:46:48 +0000 (11:46 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Feb 2024 11:39:43 +0000 (11:39 +0000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch

index df92c2475d8c5dd7cb07feb8ddfb26a15df8de3d..77d770b36470ab4488681a840a5c86bdd7903282 100644 (file)
@@ -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'