summaryrefslogtreecommitdiffstats
path: root/0001-fix-test-for-php-7-8.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-fix-test-for-php-7-8.patch')
-rw-r--r--0001-fix-test-for-php-7-8.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/0001-fix-test-for-php-7-8.patch b/0001-fix-test-for-php-7-8.patch
new file mode 100644
index 0000000..ddf4c6a
--- /dev/null
+++ b/0001-fix-test-for-php-7-8.patch
@@ -0,0 +1,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
+