From 153c799a6b20753d51c84a1796fea63939898c49 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 07 2020 12:05:11 +0000 Subject: Apply patch Convert-ASN1-0.27-Correct-shebangs-in-tests.patch patch_name: Convert-ASN1-0.27-Correct-shebangs-in-tests.patch present_in_specfile: true --- diff --git a/t/00prim.t b/t/00prim.t index 904c9c6..cd18732 100644 --- a/t/00prim.t +++ b/t/00prim.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that the primitive operators are working diff --git a/t/01tag.t b/t/01tag.t index 40e28a0..dd375af 100644 --- a/t/01tag.t +++ b/t/01tag.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that the primitive operators are working diff --git a/t/02seq.t b/t/02seq.t index bc21712..531f2fe 100644 --- a/t/02seq.t +++ b/t/02seq.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of sequences diff --git a/t/03seqof.t b/t/03seqof.t index 66683b6..a5e699b 100644 --- a/t/03seqof.t +++ b/t/03seqof.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that the primitive operators are working diff --git a/t/04opt.t b/t/04opt.t index 7f23fca..33fba19 100644 --- a/t/04opt.t +++ b/t/04opt.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that the primitive operators are working diff --git a/t/05time.t b/t/05time.t index f444e7f..fe6a179 100644 --- a/t/05time.t +++ b/t/05time.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that the primitive operators are working diff --git a/t/06bigint.t b/t/06bigint.t index f9aeba3..ab1164f 100644 --- a/t/06bigint.t +++ b/t/06bigint.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test bigint INTEGER encoding/decoding diff --git a/t/07io.t b/t/07io.t index 706cf51..b4c0c58 100644 --- a/t/07io.t +++ b/t/07io.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use Convert::ASN1 qw(:io); use IO::Socket; diff --git a/t/08set.t b/t/08set.t index b35a7ba..7554157 100644 --- a/t/08set.t +++ b/t/08set.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of sets diff --git a/t/09contr.t b/t/09contr.t index 2213c7e..72d25fc 100644 --- a/t/09contr.t +++ b/t/09contr.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the decode on constructed values diff --git a/t/10choice.t b/t/10choice.t index 6ceeb6d..93d194f 100644 --- a/t/10choice.t +++ b/t/10choice.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of choices diff --git a/t/11explicit.t b/t/11explicit.t index 7e24506..195958c 100644 --- a/t/11explicit.t +++ b/t/11explicit.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl BEGIN { require 't/funcs.pl' } diff --git a/t/11indef.t b/t/11indef.t index 7c3886d..b0581d7 100644 --- a/t/11indef.t +++ b/t/11indef.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that indefinite length encodings can be decoded diff --git a/t/12der.t b/t/12der.t index b7d1b79..4469bd1 100644 --- a/t/12der.t +++ b/t/12der.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of sets diff --git a/t/13utf8.t b/t/13utf8.t index 1f62042..c8bff82 100644 --- a/t/13utf8.t +++ b/t/13utf8.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of utf8 strings diff --git a/t/14any.t b/t/14any.t index 4147764..799e1dc 100644 --- a/t/14any.t +++ b/t/14any.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Check whether the ANY DEFINED BY syntax is working diff --git a/t/15extseq.t b/t/15extseq.t index 6060793..af934e2 100644 --- a/t/15extseq.t +++ b/t/15extseq.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of sequences diff --git a/t/16extset.t b/t/16extset.t index c57ac0c..f3fbea7 100644 --- a/t/16extset.t +++ b/t/16extset.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of sequences diff --git a/t/17extchoice.t b/t/17extchoice.t index 66bd9c5..a3ba5d9 100644 --- a/t/17extchoice.t +++ b/t/17extchoice.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test the use of sequences diff --git a/t/18tagdefault.t b/t/18tagdefault.t index 6a1fa3b..18fb1d8 100644 --- a/t/18tagdefault.t +++ b/t/18tagdefault.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Test that default EXPLICIT tagging works. diff --git a/t/99misc.t b/t/99misc.t index 4b67aba..da3044a 100644 --- a/t/99misc.t +++ b/t/99misc.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Misc tests from github reported issues diff --git a/t/x509.t b/t/x509.t index 3fd5ba0..f931385 100644 --- a/t/x509.t +++ b/t/x509.t @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl print "1..26\n";