xref: /freebsd/bin/sh/tests/builtins/read6.0 (revision 62cfcf62f627e5093fb37026a6d8c98e4d2ef04c)
1# $FreeBSD$
2
3: | read x
4r=$?
5[ "$r" = 1 ]
6