aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/read8.0
blob: b488279f530b3d9cafa919fc0f36a4e6490eeb97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD: head/bin/sh/tests/builtins/read8.0 286826 2015-08-16 12:57:17Z jilles $

read a b c <<\EOF
\
A\
 \
 \
 \
B\
 \
 \
C\
 \
 \
 \
EOF
[ "$a.$b.$c" = "A.B.C" ]