diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-02 14:19:30 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-02 16:09:47 +0300 |
commit | d1ab8f029560057dd17d853f2ffa4dd92780e23a (patch) | |
tree | 779c8e4cf9e1baeb9fb832eac1dd8b5a0b541c65 /tests/test/script/runner/regex.test | |
parent | 2017c59a4a68a179e0eadc0183f0138e7964835e (diff) |
Cleanup testscript runner diagnostics
Diffstat (limited to 'tests/test/script/runner/regex.test')
-rw-r--r-- | tests/test/script/runner/regex.test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test/script/runner/regex.test b/tests/test/script/runner/regex.test index e0ef1c9..964b961 100644 --- a/tests/test/script/runner/regex.test +++ b/tests/test/script/runner/regex.test @@ -40,7 +40,7 @@ : no-match : $c <'cat <foo >~/bar/' && $b 2>>/EOE != 0 - testscript:1:1: error: cat stdout doesn't match the regex + testscript:1:1: error: cat stdout doesn't match regex info: stdout: test/1/stdout info: stdout regex: test/1/stdout.regex info: stdin: test/1/stdin @@ -165,7 +165,7 @@ foo EOO EOI - testscript:1:1: error: cat stdout doesn't match the regex + testscript:1:1: error: cat stdout doesn't match regex info: stdout: test/1/stdout info: stdout regex: test/1/stdout.regex info: stdin: test/1/stdin @@ -200,7 +200,7 @@ : Syntax dot becomes escaped dot and matches only '.' and so we fail. : $c <'cat <fio >~/f.o/d' && $b 2>>~/EOE/ != 0 - testscript:1:1: error: cat stdout doesn't match the regex + testscript:1:1: error: cat stdout doesn't match regex /.+ EOE } @@ -237,7 +237,7 @@ /f.o/d EOO EOI - testscript:1:1: error: cat stdout doesn't match the regex + testscript:1:1: error: cat stdout doesn't match regex /.+ EOE } @@ -271,7 +271,7 @@ /f.o/ EOO EOI - testscript:1:1: error: cat stdout doesn't match the regex + testscript:1:1: error: cat stdout doesn't match regex /.+ EOE } |