brintos

brintos / linux-shallow public Read only

0
0
Text · 178 B · 490db5a Raw
9 lines · bash
1#!/bin/sh2# SPDX-License-Identifier: GPL-2.03n=`./default_file_splice_read </dev/null | wc -c`4 5test "$n" = 0 && exit 06 7echo "default_file_splice_read broken: leaked $n"8exit 19