$ echo|strace -o /dev/null -e inject=splice:error=ENOSYS:when=3 cat
$ echo|strace -o /dev/null -e inject=splice:error=ENOSYS:when=2 gnu9.11/cat
$ echo|strace -o /dev/null -e inject=splice:error=ENOSYS:when=3 gnu9.11/cat
cat: -: Function not implemented
This does not apply for file input (why?). Related tests/cat/splice.sh.
This does not apply for file input (why?).Relatedtests/cat/splice.sh.