aports/testing/edward/ed-1.22.2-compat.patch
2025-11-12 16:57:43 +00:00

21 lines
733 B
Diff

From 70966bbeaa3e127c7695be2da251f736c3156173 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
Date: Tue, 11 Nov 2025 21:25:58 +0100
Subject: [PATCH] tests: restore compatibility with GNU ed 1.22.2
This is a workaround for a regression in GNU ed 1.22.2.
See https://lists.gnu.org/archive/html/bug-ed/2025-11/msg00000.html
---
tests/integration/shell-previous/cmds | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/integration/shell-previous/cmds b/tests/integration/shell-previous/cmds
index d3d8df4..5f9e4b8 100644
--- a/tests/integration/shell-previous/cmds
+++ b/tests/integration/shell-previous/cmds
@@ -1,2 +1,2 @@
-!printf "1\n2\n3\n"
+!echo "foobar"
!!