7 lines
74 B
Text
7 lines
74 B
Text
NAME=t/echo
|
|
FILE==
|
|
CMDS=echo hello world
|
|
EXPECT=<<EOF
|
|
hello world
|
|
EOF
|
|
RUN
|