aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/runner/regex.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/runner/regex.test')
-rw-r--r--tests/test/script/runner/regex.test10
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
}