summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/read6.0
blob: 3f78ee1f73456e2896fd7b21db9e51bb212b507b (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/builtins/read6.0 247190 2013-02-23 15:15:41Z jilles $

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