sh: Sync with FreeBSD:
[dragonfly.git] / tools / regression / bin / sh / builtins / read6.0
1 # $FreeBSD: head/tools/regression/bin/sh/builtins/read6.0 247190 2013-02-23 15:15:41Z jilles $
2
3 : | read x
4 r=$?
5 [ "$r" = 1 ]