mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
sed: Specify shell for "nobody" user in run-ptest
ptest testsuite/panic-tests.sh of sed need to be run as a non-root user so that the expected "sed: couldn't open temporary file <filename>: Permission denied" error can be generated. After disabling default shell for "nobody", a shell needs to be specified for running ptest. (From OE-Core rev: 175001feb3b0e5b29cba94a8cdac18b429f84645) Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c6d7216772f76af4429fdaaca518858cf014293f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c4668d6424
commit
d7f2bec47a
@@ -2,4 +2,4 @@
|
||||
|
||||
chown nobody testsuite
|
||||
chown nobody ../ptest
|
||||
su nobody -c "make test-suite.log"
|
||||
su nobody -s /bin/sh -c "make test-suite.log"
|
||||
|
||||
Reference in New Issue
Block a user