1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
a155-U-u1/kernel-5.10/tools/testing/selftests/splice/default_file_splice_read.sh
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

9 lines
178 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
n=`./default_file_splice_read </dev/null | wc -c`
test "$n" = 0 && exit 0
echo "default_file_splice_read broken: leaked $n"
exit 1