Sign in
zircon-guest
/
third_party
/
linux
/
30f92d62e5b41a94de2d0bbd677a6ea2fcfed74f
/
.
/
tools
/
testing
/
selftests
/
splice
/
default_file_splice_read.sh
blob: 1ea2adeabc946d22a7a4bdd88cc937778ac25eff [
file
] [
log
] [
blame
]
#!/bin/sh
n
=
`./default_file_splice_read </dev/null | wc -c`
test
"$n"
=
0
&&
exit
0
echo
"default_file_splice_read broken: leaked $n"
exit
1