more output
This commit is contained in:
parent
d272a2183d
commit
3e6611a693
@ -142,6 +142,7 @@ TEST_IMPL(spawn_stdout) {
|
|||||||
|
|
||||||
ASSERT(exit_cb_called == 1);
|
ASSERT(exit_cb_called == 1);
|
||||||
ASSERT(close_cb_called == 2); /* Once for process once for the pipe. */
|
ASSERT(close_cb_called == 2); /* Once for process once for the pipe. */
|
||||||
|
printf("output is: %s", output);
|
||||||
ASSERT(strcmp("hello world\n", output) == 0 || strcmp("hello world\r\n", output) == 0);
|
ASSERT(strcmp("hello world\n", output) == 0 || strcmp("hello world\r\n", output) == 0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user