Bugzilla – Attachment 142301 Details for
Bug 31644
MARCModification template fails to copy to/from subfield 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31644: (QA follow-up) Add two missing shebang lines
Bug-31644-QA-follow-up-Add-two-missing-shebang-lin.patch (text/plain), 1008 bytes, created by
Marcel de Rooy
on 2022-10-21 07:46:30 UTC
(
hide
)
Description:
Bug 31644: (QA follow-up) Add two missing shebang lines
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-10-21 07:46:30 UTC
Size:
1008 bytes
patch
obsolete
>From 6bc30e62e1d6a77e8485699f1be415993da37f40 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 21 Oct 2022 07:44:50 +0000 >Subject: [PATCH] Bug 31644: (QA follow-up) Add two missing shebang lines >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/SimpleMARC.t | 2 ++ > t/db_dependent/MarcModificationTemplates.t | 2 ++ > 2 files changed, 4 insertions(+) > >diff --git a/t/SimpleMARC.t b/t/SimpleMARC.t >index 04e9a7eabb..56a92fb74e 100755 >--- a/t/SimpleMARC.t >+++ b/t/SimpleMARC.t >@@ -1,3 +1,5 @@ >+#!/usr/bin/perl >+ > use Modern::Perl; > > use Test::More tests => 11; >diff --git a/t/db_dependent/MarcModificationTemplates.t b/t/db_dependent/MarcModificationTemplates.t >index 38549c614d..f448291d6c 100755 >--- a/t/db_dependent/MarcModificationTemplates.t >+++ b/t/db_dependent/MarcModificationTemplates.t >@@ -1,3 +1,5 @@ >+#!/usr/bin/perl >+ > use Modern::Perl; > > use Test::More tests => 129; >-- >2.30.2
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 31644
:
141066
|
141091
|
141092
|
141093
|
141936
|
141937
|
141938
|
142298
|
142299
|
142300
| 142301