Sign in
zircon-guest
/
third_party
/
linux
/
9472f23c9eeba3b32e65a62fe2a9b3e827888afa
/
.
/
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