repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: rtl8192u: remove redundant assignment to pointer crypt
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
splice
/
default_file_splice_read.sh
blob
490db5a2e4352185e9672bcf78a00a4602c13823
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
n
=
`./default_file_splice_read </dev/null | wc -c`
4
5
test
"
$n
"
=
0
&&
exit
0
6
7
echo
"default_file_splice_read broken: leaked
$n
"
8
exit
1