aboutsummaryrefslogtreecommitdiffstats
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:31:41 +0000
commit1096140cb1d2532ecb38ac5fbbbe13d40fdaf6af (patch)
tree703101a4617ec84fa867f55d19d9f2a7575fee00 /meta/recipes-extended/bash/bash/run-ptest
parent7e2f2bc55a1b367503ab75ac6863f56d662c34cc (diff)
downloadopenembedded-core-1096140cb1d2532ecb38ac5fbbbe13d40fdaf6af.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 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 @@
#!/bin/sh
-make -k THIS_SH=/bin/bash BUILD_DIR=. srcdir=. runtest
+make -k THIS_SH=/bin/bash BUILD_DIR=`pwd` srcdir=`pwd` runtest