Searched refs:testout (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_command_substitution.sh | 134 typeset testout 164 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 …]
|
/illumos-gate/usr/src/test/os-tests/tests/hexdump/ |
H A D | hexdump_basic.c | 274 ilstr_t testout; in main() local 314 ilstr_init(&testout, 0); in main() 325 run(&tests[i], data, maplen, &testout); in main() 334 if (ilstr_len(&testout) != reflen || in main() 335 memcmp(ilstr_cstr(&testout), refdata, in main() 344 ilstr_cstr(&testout)); in main() 356 (void) fprintf(fp, "%s", ilstr_cstr(&testout)); in main() 361 (void) fprintf(stdout, "%s\n", ilstr_cstr(&testout)); in main() 364 ilstr_reset(&testout); in main() 367 ilstr_fini(&testout); in main()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | zfs_acl_pax_003_pos.ksh | 72 testout=$TMP_DIR/testout.$$ 75 log_must eval "record_cksum $TST_DIR $testout > /dev/null 2>&1" 77 log_must usr_exec diff $initout $testout
|
H A D | zfs_acl_pax_001_pos.ksh | 78 testout=$TMP_DIR/testout.$$ 81 log_must eval "record_cksum $TST_DIR $testout > /dev/null 2>&1" 83 log_must usr_exec diff $initout $testout
|
H A D | zfs_acl_pax_002_pos.ksh | 77 testout=$TMP_DIR/testout.$$ 80 log_must eval "record_cksum $TST_DIR $testout > /dev/null 2>&1" 82 log_must usr_exec diff $initout $testout
|
H A D | zfs_acl_tar_001_pos.ksh | 76 testout=$TMP_DIR/testout.$$ 79 log_must record_cksum $TST_DIR $testout 81 log_must usr_exec diff $initout $testout
|