Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / tools / testing / selftests / splice / default_file_splice_read.sh
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