summaryrefslogtreecommitdiffstats
path: root/0002-relax-test-expectations-for-8.4.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-relax-test-expectations-for-8.4.patch')
-rw-r--r--0002-relax-test-expectations-for-8.4.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/0002-relax-test-expectations-for-8.4.patch b/0002-relax-test-expectations-for-8.4.patch
deleted file mode 100644
index ff26364..0000000
--- a/0002-relax-test-expectations-for-8.4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 5ddaa82f4c43eeac372b8c1ebe606ebff43829a8 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Tue, 1 Oct 2024 12:04:15 +0200
-Subject: [PATCH 2/3] relax test expectations for 8.4
-
----
- tests/038.phpt | 2 +-
- tests/039.phpt | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/038.phpt b/tests/038.phpt
-index 0a28166..603a75e 100755
---- a/tests/038.phpt
-+++ b/tests/038.phpt
-@@ -34,4 +34,4 @@ require "build.inc";
- shutdown();
- ?>
- --EXPECTF--
--Parse error: syntax error, unexpected %s}%c in %sfoo.phtml on line %d
-\ No newline at end of file
-+Parse error: syntax error, unexpected %s in %sfoo.phtml on line %d
-diff --git a/tests/039.phpt b/tests/039.phpt
-index bac421d..2564aa9 100755
---- a/tests/039.phpt
-+++ b/tests/039.phpt
-@@ -45,4 +45,4 @@ require "build.inc";
- shutdown();
- ?>
- --EXPECTF--
--syntax error, unexpected %s}%c
-+syntax error, unexpected %s
---
-2.50.1
-