read6.0   [plain text]


# $FreeBSD: head/bin/sh/tests/builtins/read6.0 247190 2013-02-23 15:15:41Z jilles $

: | read x
r=$?
[ "$r" = 1 ]