The _pgrep() function isn't used anymore, remove it.
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
pkill "$@"
}
-# Find only the test processes started by this test
-_pgrep()
-{
- if [ "$FSTESTS_ISOL" = "setsid" ]; then
- pgrep --session 0 "$@"
- else
- pgrep "$@"
- fi
-}
-
# Common execution handling for fsstress invocation.
#
# We need per-test fsstress binaries because of the way fsstress forks and