diff options
Diffstat (limited to 'unit-tests/test/script/parser/regex.test')
-rw-r--r-- | unit-tests/test/script/parser/regex.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unit-tests/test/script/parser/regex.test b/unit-tests/test/script/parser/regex.test index 9f2e737..f3fda75 100644 --- a/unit-tests/test/script/parser/regex.test +++ b/unit-tests/test/script/parser/regex.test @@ -8,7 +8,7 @@ : stdout : { - : missing + : missed : $* <'cmd >~' 2>>EOE != 0 testscript:1:7: error: missing stdout here-string regex @@ -67,7 +67,7 @@ : stderr : { - : missing + : missed : $* <'cmd 2>~' 2>>EOE != 0 testscript:1:8: error: missing stderr here-string regex @@ -97,7 +97,7 @@ : stdout : { - : missing + : missed : $* <'cmd >>~' 2>>EOE != 0 testscript:1:8: error: expected here-document regex end marker @@ -185,7 +185,7 @@ : stderr : { - : missing + : missed : $* <'cmd 2>>~' 2>>EOE != 0 testscript:1:9: error: expected here-document regex end marker |