]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest: add test for git working correctly inside pseudo
authorRoss Burton <ross.burton@arm.com>
Fri, 6 May 2022 15:56:00 +0000 (16:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 May 2022 21:29:14 +0000 (22:29 +0100)
commit46822268040a23dbb81f71fe35aee8c2663a31f6
tree749a61086ba32341fefc42ed59b5ece8cfb0d8ba
parentc22f81a375b900c71e8ad0f6d13c5aa84b1bdad3
oeqa/selftest: add test for git working correctly inside pseudo

The fix for CVE-2022-24765 in git[1] breaks any use of git inside
pseudo. Add a simple test case to oe-selftest to verify that at least
basic uses of git work fine under pseudo.

[1] https://github.com/git/git/commit/8959555cee7ec045958f9b6dd62e541affb7e7d9

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb
meta/lib/oeqa/selftest/cases/git.py [new file with mode: 0644]