Project

General

Profile

Bug #1360 » 0001-Fix-tests-PGREP-is-not-checked-correctly-in-utils-sc.patch

Heng Guo, 10/14/2022 02:42 AM

View differences:

tests/utils/utils.sh
trap null_pipes SIGPIPE
# Check pgrep from env, default to pgrep if none
if [ -z "$PGREP" ]; then
if [ "no"x = "$PGREP"x ]; then
PGREP=pgrep
fi
(5-5/7)