summaryrefslogtreecommitdiffstats
path: root/0001-fix-test-for-php-7-8.patch
blob: ddf4c6a951a3f790adafe26e57211f3abe8c34e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 05091f6b4a68ff4924c399bf6ac77ceca40ddaf6 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Fri, 17 Apr 2020 15:01:32 +0200
Subject: [PATCH] fix test for php 7/8

---
 tests/missing-file.phpt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/missing-file.phpt b/tests/missing-file.phpt
index 8bd131e..f62eb7d 100644
--- a/tests/missing-file.phpt
+++ b/tests/missing-file.phpt
@@ -12,5 +12,5 @@ try {
     echo $e->getMessage(), "\n";
 }
 --EXPECTF--
-Warning: Handlebars\VM::renderFile(dontreal): failed to open stream: No such file or directory in %s on line %d
+Warning: Handlebars\VM::renderFile(dontreal): %ailed to open stream: No such file or directory in %s on line %d
 Failed to read input template file
-- 
2.25.2