Lines Matching refs:Out2
312 ${TEST_SH} -c '(echo line 1; echo line 2 > Out2) > Out1'
315 test "$(cat Out2)" = "line 2" || atf_fail \
316 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'"
319 ${TEST_SH} -c '{ echo line 1; echo line 2 > Out2;} > Out1'
322 test "$(cat Out2)" = "line 2" || atf_fail \
323 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'"
325 i; rm -f Out1 Out2 2>/dev/null || :
331 done > Out2
337 test "$(cat Out2)" = "line 1${nl}line 2${nl}line 3" || atf_fail \
338 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'"
340 i; rm -f Out1 Out2 2>/dev/null || :
346 done > Out2
352 test "$(cat Out2)" = "line 1${nl}line 2${nl}line 3" || atf_fail \
353 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'"