NAME=cmp data
FILE==
CMDS=<<EOF
b 16
wx 41
e scr.null=1
cx 41 2>/dev/null
e scr.null=0
%! echo thats fine
e scr.null=1
cx 11 2>/dev/null
e scr.null=0
%! echo thats wrong
EOF
EXPECT=<<EOF
thats fine
EOF
RUN
