Home | History | Annotate | Download | only in printf

Lines Matching refs:TEST_SH

29 : ${TEST_SH:=/bin/sh}
31 # This tests the builtin printf command in ${TEST_SH}
46 # (any will do, caveat any bugs it might have, it need not be TEST_SH,
51 $Running_under_ATF && atf_require_prog "${TEST_SH%% *}"
83 ${TEST_SH} -c "${COMMAND}"
90 atf_skip "${TEST_SH%% *} does not have printf built in"
92 echo >&2 "No builtin printf in ${TEST_SH}"
102 if B=$( ${TEST_SH} -c 'type -t printf' 2>/dev/null )
112 ${TEST_SH} -c 'type printf' 2>&1 )" in
124 MSG="${TEST_SH%% *} builtin printf"