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