xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-misc
/
echo_write_error.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
trap "" PIPE
2
3
{
4
sleep 1
5
echo Cant write this - get EPIPE
6
echo Ok: $? >&2
7
} | { true; }
8