Searched refs:testout (Results 1 – 6 of 6) sorted by relevance
134 typeset testout164 testout=${ printf "%B\n" testbody | sed 's/<CS>/$(/g;s/<CE>/)/g' | ${SHELL} 2>&1 || err_exit "comma…165 …testout}" == "command substitution calling myfunc successfully returned 0" ]] || err_exit "Expecte…168 testout=${ printf "%B\n" testbody | sed 's/<CS>/${ /g;s/<CE>/ ; }/g' | ${SHELL} 2>&1 || err_exit "c…169 …testout}" == "command substitution calling myfunc successfully returned 0" ]] || err_exit "Expecte…172 testout=${ printf "%B\n" testbody | sed 's/<CS>/$( ulimit -c 0 ; /g;s/<CE>/)/g' | ${SHELL} 2>&1 || …173 …testout}" == "command substitution calling myfunc successfully returned 0" ]] || err_exit "Expecte…176 testout=${ printf "%B\n" testbody | sed 's/<CS>/$( ( /g;s/<CE>/) )/g' | ${SHELL} 2>&1 || err_exit "…177 …testout}" == "command substitution calling myfunc successfully returned 0" ]] || err_exit "Expecte…180 testout=${ printf "%B\n" testbody | sed 's/<CS>/${ ( /g;s/<CE>/) ; }/g' | ${SHELL} 2>&1 || err_exit…[all …]
74 testout=$TMP_DIR/testout.$$77 log_must eval "record_cksum $TST_DIR $testout > /dev/null 2>&1"79 log_must usr_exec $DIFF $initout $testout
73 testout=$TMP_DIR/testout.$$76 log_must eval "record_cksum $TST_DIR $testout > /dev/null 2>&1"78 log_must usr_exec $DIFF $initout $testout
68 testout=$TMP_DIR/testout.$$71 log_must eval "record_cksum $TST_DIR $testout > /dev/null 2>&1"73 log_must usr_exec $DIFF $initout $testout
72 testout=$TMP_DIR/testout.$$75 log_must record_cksum $TST_DIR $testout77 log_must usr_exec $DIFF $initout $testout
53 public static void testout(String out) { in testout() method in pmCalls