Dmitry V. Levin
c10dd66fb7
* configure.ac (AC_CHECK_FUNCS): Remove pipe2. * tests/pipe.c: Include <asm/unistd.h>, skip the test if [!__NR_pipe] instead of [!HAVE_PIPE2]. (main): Do not call pipe2. * tests/pipe.test: Skip the test if libc pipe wrapper does not use pipe syscall, rewrite from match_grep to match_diff. * tests/pipe.expected: Update expected output.
3 lines
39 B
Plaintext
3 lines
39 B
Plaintext
pipe([0, 1]) = 0
|
|
+++ exited with 0 +++
|