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