TEST_DESCRIPTION="Testing whether internal functions are properly unset."
. ./test_header.sh

PRLL_NRJOBS=1 prll -s 'true' junk

prll_str2func && exit 1
prll_cleanup && exit 1
true
