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