xref: /dflybsd-src/tools/regression/bin/sh/builtins/read6.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1# $FreeBSD: head/bin/sh/tests/builtins/read6.0 247190 2013-02-23 15:15:41Z jilles $
2
3: | read x
4r=$?
5[ "$r" = 1 ]
6