Bugzilla – Attachment 184615 Details for
Bug 40315
xt/tt_tidy.t generates warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40315: (QA follow-up) Fix shebang for both tests
Bug-40315-QA-follow-up-Fix-shebang-for-both-tests.patch (text/plain), 955 bytes, created by
Marcel de Rooy
on 2025-07-25 07:31:12 UTC
(
hide
)
Description:
Bug 40315: (QA follow-up) Fix shebang for both tests
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-07-25 07:31:12 UTC
Size:
955 bytes
patch
obsolete
>From 7f91e4a0972ff592bd87860d63913a4ab113f8b1 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Jul 2025 09:18:32 +0200 >Subject: [PATCH] Bug 40315: (QA follow-up) Fix shebang for both tests >Content-Type: text/plain; charset=utf-8 > >Including chmod 755 xt/use-test-no-warnings.t > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > xt/tt_tidy.t | 2 +- > xt/use-test-no-warnings.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/xt/tt_tidy.t b/xt/tt_tidy.t >index c5e3ecbae1..bedc9b45e6 100755 >--- a/xt/tt_tidy.t >+++ b/xt/tt_tidy.t >@@ -1,4 +1,4 @@ >-#/usr/bin/perl >+#!/usr/bin/perl > > # This file is part of Koha. > # >diff --git a/xt/use-test-no-warnings.t b/xt/use-test-no-warnings.t >index dc1c306b68..0a8910fdda 100755 >--- a/xt/use-test-no-warnings.t >+++ b/xt/use-test-no-warnings.t >@@ -1,4 +1,4 @@ >-#/usr/bin/perl >+#!/usr/bin/perl > > # This file is part of Koha. > # >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40315
:
184375
|
184426
|
184614
| 184615