Home
last modified time | relevance | path

Searched refs:testErr (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_pipe_test.c50 if (strcmp(buf, testErr) != 0) { in main()
52 printf("stderr exp: %s", testErr); in main()
H A Dposix_spawn_pipe_test.h4 #define testErr "test err\n" macro
H A Dposix_spawn_pipe_err.c8 fputs(testErr, stderr); in main()