]> git.ipfire.org Git - thirdparty/shadow.git/commit
tests: replace egrep -> grep -E
authorSam James <sam@gentoo.org>
Sun, 15 May 2022 01:37:11 +0000 (01:37 +0000)
committerSerge Hallyn <serge@hallyn.com>
Sun, 15 May 2022 22:36:08 +0000 (17:36 -0500)
commit29309f5913f17ee00c5eb7a1b949258c897b7cba
tree19ff60a7a13cf4df8bff335c420d7ddb15e23884
parent48ceff86dedb91e6ccd03f585593f233179e9bd6
tests: replace egrep -> grep -E

"egrep" is an obsolete alias for grep -E and newer greps will warn on usage
of egrep, so let's just swap it out.

Signed-off-by: Sam James <sam@gentoo.org>
tests/chsh/01/run
tests/convtools/01/run
tests/su/10_su_sulog_success/su.test
tests/su/11_su_sulog_failure/su.test