rizin/test/db/cmd/shell
2020-09-15 11:11:41 +02:00

22 lines
209 B
Text

NAME=stdin eof
FILE=-
CMDS=<<EOF
EOF
EXPECT=<<EOF
EOF
RUN
NAME=touch
FILE=--
CMDS=<<EOF
rm .foo.touch
ls .foo.touch
touch .foo.touch
ls .foo.touch
rm .foo.touch
EOF
EXPECT=<<EOF
.foo.touch
EOF
RUN