# true-p.sh: test of the true built-in for any POSIX-compliant shell

posix="true"

test_OE -e 0 'true'
true
__IN__
