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