Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
fba762db719ffe3475f79784192a374d8f664923
/
.
/
tests
/
pipe.test
blob: a445f86e14ec0cee7c364c22f6a4444a7d7bf775 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check pipe/pipe2 syscalls decoding.
.
"${srcdir=.}/init.sh"
syscall
=
pipe2
for
n
in
pipe
;
do
$STRACE
-
e$n
-
h
>
/
dev
/
null
&&
syscall
=
$syscall
,
$n
done
run_prog
run_strace
-
e$syscall $args
match_grep
exit
0