Lines Matching refs:empty
52 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
54 atf_check -s exit:0 -o 'inline:2\n' -e empty ${TEST_SH} -c \
56 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
58 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
61 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
63 atf_check -s exit:0 -o 'inline:1\n' -e empty ${TEST_SH} -c \
65 atf_check -s exit:0 -o 'inline:1\n' -e empty ${TEST_SH} -c \
67 atf_check -s exit:0 -o 'inline:1\n' -e empty ${TEST_SH} -c \
69 atf_check -s exit:0 -o 'inline:2\n' -e empty ${TEST_SH} -c \
79 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c '#'
80 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c '# exit 1'
81 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c 'true # exit 1'
82 atf_check -s exit:1 -o empty -e empty ${TEST_SH} -c 'false # exit 0'
84 atf_check -s exit:0 -o 'inline:foo\n' -e empty ${TEST_SH} -c \
86 atf_check -s exit:0 -o 'inline:foo # bar\n' -e empty ${TEST_SH} -c \
88 atf_check -s exit:0 -o 'inline:foo\n' -e empty ${TEST_SH} -c \
90 atf_check -s exit:0 -o 'inline:foo#bar\n' -e empty ${TEST_SH} -c \
92 atf_check -s exit:0 -o 'inline:foo# bar\n' -e empty ${TEST_SH} -c \
94 atf_check -s exit:0 -o 'inline:foo\n' -e empty ${TEST_SH} -c \
97 atf_check -s exit:0 -o 'inline:#\n' -e empty ${TEST_SH} -c \
99 atf_check -s exit:0 -o 'inline:#\n' -e empty ${TEST_SH} -c \
101 atf_check -s exit:0 -o 'inline:#\n' -e empty ${TEST_SH} -c \
103 atf_check -s exit:0 -o 'inline:##\n' -e empty ${TEST_SH} -c \
105 atf_check -s exit:0 -o 'inline:##\n' -e empty ${TEST_SH} -c \
107 atf_check -s exit:0 -o 'inline:##\n' -e empty ${TEST_SH} -c \
109 atf_check -s exit:0 -o 'inline:##\n' -e empty ${TEST_SH} -c \
111 atf_check -s exit:0 -o 'inline:##\n' -e empty ${TEST_SH} -c \
113 atf_check -s exit:0 -o 'inline:##\n' -e empty ${TEST_SH} -c \
127 atf_check -s exit:0 -o inline:'foo\n' -e empty ${TEST_SH} ||
139 cat <<- 'DONE' | atf_check -s exit:0 -o ignore -e empty ${TEST_SH} -e ||
145 cat <<- 'DONE' | atf_check -s exit:7 -o empty -e empty ${TEST_SH} ||
154 cat <<- 'DONE' | atf_check -s not-exit:0 -o empty -e not-empty \
162 cat <<- 'DONE' | atf_check -s not-exit:7 -o empty -e not-empty \
171 cat <<- 'DONE' | atf_check -s exit:0 -o empty -e empty ${TEST_SH} ||
185 -e empty ${TEST_SH} ||
325 atf_check -s exit:0 -e empty -o inline:'abc\tdef\n' ${TEST_SH} -c \
327 atf_check -s exit:0 -e empty -o inline:'abc\tdef\n' ${TEST_SH} -c \
329 atf_check -s exit:0 -e empty -o inline:'abc\tdef\n' ${TEST_SH} -c \
331 atf_check -s exit:0 -e empty -o inline:'abc$def\n' ${TEST_SH} -c \
335 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
337 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
339 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
342 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
344 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
346 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
350 atf_check -s exit:0 -e empty -o inline:'\n\r\t\n' \
354 atf_check -s exit:0 -e empty -o inline:'\n\r\t\n' \
358 atf_check -s exit:0 -e empty -o inline:"'"'"\\\n' \
362 atf_check -s not-exit:0 -e not-empty -o ignore ${TEST_SH} -c \
364 atf_check -s not-exit:0 -e not-empty -o ignore ${TEST_SH} -c \
366 atf_check -s not-exit:0 -e not-empty -o ignore ${TEST_SH} -c \
368 atf_check -s not-exit:0 -e not-empty -o ignore ${TEST_SH} -c \
370 atf_check -s not-exit:0 -e not-empty -o ignore ${TEST_SH} -c \
374 atf_check -s exit:0 -e empty -o inline:'aAaA' ${TEST_SH} -c \
378 atf_check -s exit:0 -e empty -o inline:'abcdef' ${TEST_SH} -c \
382 atf_check -s exit:0 -e empty -o inline:'abc\ndef' ${TEST_SH} -c \
386 atf_check -s exit:0 -e empty -o inline:'abc\ndef' ${TEST_SH} -c \
391 atf_check -s exit:0 -e empty -o inline:"abc\$'def'g" ${TEST_SH} -c \
393 atf_check -s exit:0 -e empty -o inline:'abc$defg' ${TEST_SH} -c \
395 atf_check -s exit:0 -e empty -o inline:'abc$def' ${TEST_SH} -c \
405 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
407 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
409 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
411 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
413 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
415 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
417 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
420 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
422 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
424 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
426 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
428 atf_check -s exit:0 -o 'inline:hello world\n' -e empty ${TEST_SH} -c \
431 atf_check -s exit:0 -o 'inline:hello\n' -e empty ${TEST_SH} -c \
433 atf_check -s exit:0 -o 'inline:hello\n' -e empty ${TEST_SH} -c \
435 atf_check -s exit:0 -o 'inline:hello 3\n' -e empty ${TEST_SH} -c \
437 atf_check -s exit:0 -o 'inline:hello 3\n' -e empty ${TEST_SH} -c \
439 atf_check -s exit:0 -o 'inline:hello\n' -e empty ${TEST_SH} -c \
441 atf_check -s exit:0 -o 'inline:3\n' -e empty ${TEST_SH} -c \
444 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
446 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
448 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
450 atf_check -s exit:0 -o 'inline:hello\n' -e empty ${TEST_SH} -c \
453 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
473 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
475 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -c \
477 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
479 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
481 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
483 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -c \
485 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
487 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
489 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
500 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
505 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
508 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
511 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
522 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
524 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
527 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
530 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
534 atf_check -s exit:0 -o match:GOOD -e empty ${TEST_SH} -c \
543 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
551 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
562 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
564 atf_check -s not-exit:0 -e not-empty -o empty ${TEST_SH} -c \
566 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
568 atf_check -s exit:0 -e empty -o 'inline:e=f\n' ${TEST_SH} -c \
570 atf_check -s exit:0 -e empty -o 'inline:e=f\n' ${TEST_SH} -c \
583 atf_check -s exit:0 -e empty -o empty ${TEST_SH} -c \
585 atf_check -s not-exit:0 -e not-empty -o empty ${TEST_SH} -c \
587 atf_check -s not-exit:0 -e not-empty -o empty ${TEST_SH} -c \
589 atf_check -s not-exit:0 -e not-empty -o empty ${TEST_SH} -c \
602 atf_check -s exit:0 -o inline:'foo\n' -e empty ${TEST_SH} -c \
610 atf_check -s exit:0 -o inline:'foo\n' -e empty ${TEST_SH} -c \
619 atf_check -s exit:0 -o inline:'foo\n' -e empty ${TEST_SH} -c \
632 atf_check -s exit:1 -o inline:'foo\n' -e empty ${TEST_SH} -c \
643 atf_check -s exit:0 -o inline:'foo\n' -e empty ${TEST_SH} -c \
646 atf_check -s exit:0 -o inline:'foo\n' -e empty ${TEST_SH} -c \
659 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
662 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
668 # but the command cannot be empty, or a reserved word used improperly
672 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
675 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
678 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
695 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
698 atf_check -s exit:1 -o empty -e empty ${TEST_SH} -c \
701 atf_check -s exit:1 -o empty -e empty ${TEST_SH} -c \
709 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
711 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
713 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
715 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
717 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
719 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
728 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
747 -e empty ${TEST_SH} -c \
750 -e empty ${TEST_SH} -c \
757 atf_check -s not-exit:0 -o ignore -e not-empty \
775 -e empty ${TEST_SH} -c \
778 -e empty ${TEST_SH} -c \
785 atf_check -s not-exit:0 -o ignore -e not-empty \
796 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
798 atf_check -s exit:1 -o empty -e empty ${TEST_SH} -c \
800 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
802 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
804 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
806 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
809 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
811 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
814 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
816 atf_check -s exit:1 -o empty -e empty ${TEST_SH} -c \
818 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
820 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
823 atf_check -s exit:0 -o 'inline:}\n' -e empty ${TEST_SH} -c \
825 atf_check -s exit:0 -o 'inline:{\n' -e empty ${TEST_SH} -c \
834 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
836 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
838 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
841 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
843 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
845 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
847 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
849 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
851 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
853 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
855 atf_check -s exit:0 -o 'inline:do\nin\ndo\n' -e empty ${TEST_SH} -c \
857 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
859 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
861 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
863 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
865 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
867 atf_check -s exit:0 -o 'inline:dodo\n' -e empty ${TEST_SH} -c \
876 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
878 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
880 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
882 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
884 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
886 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
888 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
891 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
893 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
895 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
897 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
900 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
902 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
904 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
906 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
908 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
910 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
912 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
915 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
917 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
919 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
921 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
923 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
925 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
927 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
929 atf_check -s exit:0 -o 'inline:foo\n' -e empty ${TEST_SH} -c \
932 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c \
935 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
937 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
939 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
941 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
944 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
961 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
963 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
965 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
967 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
970 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
972 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
975 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
977 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
979 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
991 atf_check -s exit:0 -e empty \
1009 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1011 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1013 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1015 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1018 atf_check -s exit:0 -o 'inline:x\n1\n' -e empty ${TEST_SH} -c \
1020 atf_check -s exit:0 -o 'inline:x\n0\n' -e empty ${TEST_SH} -c \
1033 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1035 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1037 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1039 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1042 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1044 empty -e empty ${TEST_SH} -c \
1046 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1048 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1051 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1053 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1055 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1057 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1066 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1068 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1070 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1072 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1074 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1076 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1078 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1081 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1085 atf_check -s exit:0 -o empty -e not-empty ${TEST_SH} -c \
1088 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1102 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1104 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1106 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1108 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1110 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1112 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1114 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1116 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1118 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1121 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1124 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1127 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1129 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1131 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1133 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1135 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1137 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1139 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1141 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1143 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1146 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1149 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1167 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1170 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1172 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1174 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1176 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1178 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1180 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1182 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1184 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1186 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1188 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1190 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1192 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1194 atf_check -s not-exit:0 -o ignore -e not-empty ${TEST_SH} -c \
1201 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1203 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1205 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1207 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1209 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1211 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1213 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c \
1238 # from the empty compound, or whether "out" was created