]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - tests/parser.wv
tests: Get rid of asynchronous process substitution
[novaboot.git] / tests / parser.wv
index 17b8e1242c4808d2ebf63a6c228b9c26e1f2117d..4825d776b2725d9ca665bee61d321840cda31ba8 100755 (executable)
@@ -73,3 +73,19 @@ WVPASS bash -c "./script --dump > dump"
 WVPASS diff -u - dump <<EOF
 file
 EOF
+
+WVSTART Load without file
+WVFAIL novaboot <<EOF
+load
+EOF
+
+WVSTART Heredoc without file
+WVFAIL novaboot <<EOF
+load <<XXX
+inside heredoc
+XXX
+EOF
+
+WVSTART Run keyword
+WVPASS bash -c "echo run echo ahoj|novaboot -t '' > output"
+WVPASS grep "^ahoj$" output