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, 0 insertions, 23 deletions
diff --git a/0001-fix-test-for-php-7-8.patch b/0001-fix-test-for-php-7-8.patch
deleted file mode 100644
index ddf4c6a..0000000
--- a/0001-fix-test-for-php-7-8.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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
-