summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash/run-ptest
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2015-11-28 14:53:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:42:53 +0000
commita74258671f63f0d61e494ee7aa42b8756967a60a (patch)
treece2623c70400e481563cb6168c93e06b727054f7 /meta/recipes-extended/bash/bash/run-ptest
parenta6bb872fd3a14d2dab5058a6533a44c6ea7c7de4 (diff)
downloadpoky-a74258671f63f0d61e494ee7aa42b8756967a60a.tar.gz
bash: fix testcase run-coproc/run-execscript/run-test/run-heredoc failed
Add user 'test' to fix the failure of 'the test suite should not be run as root'(run-execscript and run-test) Backport test case from git://git.sv.gnu.org/bash.git to fix run-execscript and run-heredoc Still failed cases: FAIL: run-intl FAIL: run-lastpipe FAIL: run-trap YOCTO: 5698 (From OE-Core rev: 1096140cb1d2532ecb38ac5fbbbe13d40fdaf6af) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash/run-ptest')
-rw-r--r--meta/recipes-extended/bash/bash/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash/run-ptest b/meta/recipes-extended/bash/bash/run-ptest
index e3f813381b..2098fa46ba 100644
--- a/meta/recipes-extended/bash/bash/run-ptest
+++ b/meta/recipes-extended/bash/bash/run-ptest
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2make -k THIS_SH=/bin/bash BUILD_DIR=. srcdir=. runtest 2make -k THIS_SH=/bin/bash BUILD_DIR=`pwd` srcdir=`pwd` runtest