commit | 9157792eccff19f3882e066d60f632ba133b84ed | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Feb 19 10:32:54 2021 +0100 |
committer | Akron <nils@diewald-online.de> | Tue Feb 23 15:30:01 2021 +0100 |
tree | 74ac0257280786f484083466d7001a2bb4000c4f | |
parent | 26a715249095791b18136ce8523c5694b2e1f468 [diff] [blame] |
Remove mentioning main() (that doesn't exist anymore) Change-Id: I1e3a2178827d254328fe5b15e6b70ffe0a01675c
diff --git a/t/test.t b/t/test.t index a549e1e..1ef8bf9 100644 --- a/t/test.t +++ b/t/test.t
@@ -63,7 +63,7 @@ }, param => '-ti' ) - ->stderr_like(qr!tei2korapxml: .*? text_id=a_b\.1!) + ->stderr_like(qr!tei2korapxml:.*? text_id=a_b\.1!) ->file_exists('a/b/1/header.xml') ->file_exists('a/b/header.xml') ->file_exists('a/header.xml')