From 59733069ba519586a5c1e3e8788bf21132886e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Rossillol=E2=80=91=E2=80=91Laruelle?= Date: Wed, 7 Aug 2024 12:34:11 +0200 Subject: [PATCH] dev-util/shellspec: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattéo Rossillol‑‑Laruelle --- dev-util/shellspec/files/shellspec-0.28.1-fix-tests.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-util/shellspec/files/shellspec-0.28.1-fix-tests.patch b/dev-util/shellspec/files/shellspec-0.28.1-fix-tests.patch index a79f9d4947..457e4ad16f 100644 --- a/dev-util/shellspec/files/shellspec-0.28.1-fix-tests.patch +++ b/dev-util/shellspec/files/shellspec-0.28.1-fix-tests.patch @@ -1,4 +1,4 @@ -From 7d89f9fa59f64aba911c57a8bd5e9da54a22f14b Mon Sep 17 00:00:00 2001 +From 084d6cf54ce9acda6d2e296a2ba2c99f1cf8807c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Rossillol=E2=80=91=E2=80=91Laruelle?= Date: Wed, 7 Aug 2024 12:10:47 +0200 @@ -7,7 +7,10 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -This commit fixes warnings that occurs during tests. +This commit fixes warnings that occur during tests. + +This commit is based on 699ebb52a569311a55b45f1bc4038d37b9a1de8e and was created +using `git bisect`. See-also: 699ebb52a569311a55b45f1bc4038d37b9a1de8e Signed-off-by: Mattéo Rossillol‑‑Laruelle