Blame SOURCES/Convert-ASN1-0.27-Correct-shebangs-in-tests.patch

5339e0
From f3ffdf1baa2a5400bdaadc44ef6015c3003a42bc Mon Sep 17 00:00:00 2001
5339e0
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
5339e0
Date: Wed, 28 Aug 2019 09:56:10 +0200
5339e0
Subject: [PATCH] Correct shebangs in tests
5339e0
MIME-Version: 1.0
5339e0
Content-Type: text/plain; charset=UTF-8
5339e0
Content-Transfer-Encoding: 8bit
5339e0
5339e0
Signed-off-by: Petr Písař <ppisar@redhat.com>
5339e0
---
5339e0
 t/00prim.t       | 2 +-
5339e0
 t/01tag.t        | 2 +-
5339e0
 t/02seq.t        | 2 +-
5339e0
 t/03seqof.t      | 2 +-
5339e0
 t/04opt.t        | 2 +-
5339e0
 t/05time.t       | 2 +-
5339e0
 t/06bigint.t     | 2 +-
5339e0
 t/07io.t         | 2 +-
5339e0
 t/08set.t        | 2 +-
5339e0
 t/09contr.t      | 2 +-
5339e0
 t/10choice.t     | 2 +-
5339e0
 t/11explicit.t   | 2 +-
5339e0
 t/11indef.t      | 2 +-
5339e0
 t/12der.t        | 2 +-
5339e0
 t/13utf8.t       | 2 +-
5339e0
 t/14any.t        | 2 +-
5339e0
 t/15extseq.t     | 2 +-
5339e0
 t/16extset.t     | 2 +-
5339e0
 t/17extchoice.t  | 2 +-
5339e0
 t/18tagdefault.t | 2 +-
5339e0
 t/99misc.t       | 2 +-
5339e0
 t/x509.t         | 2 +-
5339e0
 22 files changed, 22 insertions(+), 22 deletions(-)
5339e0
5339e0
diff --git a/t/00prim.t b/t/00prim.t
5339e0
index 904c9c6..cd18732 100644
5339e0
--- a/t/00prim.t
5339e0
+++ b/t/00prim.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that the primitive operators are working
5339e0
diff --git a/t/01tag.t b/t/01tag.t
5339e0
index 40e28a0..dd375af 100644
5339e0
--- a/t/01tag.t
5339e0
+++ b/t/01tag.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that the primitive operators are working
5339e0
diff --git a/t/02seq.t b/t/02seq.t
5339e0
index bc21712..531f2fe 100644
5339e0
--- a/t/02seq.t
5339e0
+++ b/t/02seq.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of sequences
5339e0
diff --git a/t/03seqof.t b/t/03seqof.t
5339e0
index 66683b6..a5e699b 100644
5339e0
--- a/t/03seqof.t
5339e0
+++ b/t/03seqof.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that the primitive operators are working
5339e0
diff --git a/t/04opt.t b/t/04opt.t
5339e0
index 7f23fca..33fba19 100644
5339e0
--- a/t/04opt.t
5339e0
+++ b/t/04opt.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that the primitive operators are working
5339e0
diff --git a/t/05time.t b/t/05time.t
5339e0
index f444e7f..fe6a179 100644
5339e0
--- a/t/05time.t
5339e0
+++ b/t/05time.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that the primitive operators are working
5339e0
diff --git a/t/06bigint.t b/t/06bigint.t
5339e0
index f9aeba3..ab1164f 100644
5339e0
--- a/t/06bigint.t
5339e0
+++ b/t/06bigint.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test bigint INTEGER encoding/decoding
5339e0
diff --git a/t/07io.t b/t/07io.t
5339e0
index 706cf51..b4c0c58 100644
5339e0
--- a/t/07io.t
5339e0
+++ b/t/07io.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 use Convert::ASN1 qw(:io);
5339e0
 use IO::Socket;
5339e0
diff --git a/t/08set.t b/t/08set.t
5339e0
index b35a7ba..7554157 100644
5339e0
--- a/t/08set.t
5339e0
+++ b/t/08set.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of sets
5339e0
diff --git a/t/09contr.t b/t/09contr.t
5339e0
index 2213c7e..72d25fc 100644
5339e0
--- a/t/09contr.t
5339e0
+++ b/t/09contr.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the decode on constructed values
5339e0
diff --git a/t/10choice.t b/t/10choice.t
5339e0
index 6ceeb6d..93d194f 100644
5339e0
--- a/t/10choice.t
5339e0
+++ b/t/10choice.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of choices
5339e0
diff --git a/t/11explicit.t b/t/11explicit.t
5339e0
index 7e24506..195958c 100644
5339e0
--- a/t/11explicit.t
5339e0
+++ b/t/11explicit.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 BEGIN { require 't/funcs.pl' }
5339e0
 
5339e0
diff --git a/t/11indef.t b/t/11indef.t
5339e0
index 7c3886d..b0581d7 100644
5339e0
--- a/t/11indef.t
5339e0
+++ b/t/11indef.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that indefinite length encodings can be decoded
5339e0
diff --git a/t/12der.t b/t/12der.t
5339e0
index b7d1b79..4469bd1 100644
5339e0
--- a/t/12der.t
5339e0
+++ b/t/12der.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of sets
5339e0
diff --git a/t/13utf8.t b/t/13utf8.t
5339e0
index 1f62042..c8bff82 100644
5339e0
--- a/t/13utf8.t
5339e0
+++ b/t/13utf8.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of utf8 strings
5339e0
diff --git a/t/14any.t b/t/14any.t
5339e0
index 4147764..799e1dc 100644
5339e0
--- a/t/14any.t
5339e0
+++ b/t/14any.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Check whether the ANY DEFINED BY syntax is working
5339e0
diff --git a/t/15extseq.t b/t/15extseq.t
5339e0
index 6060793..af934e2 100644
5339e0
--- a/t/15extseq.t
5339e0
+++ b/t/15extseq.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of sequences
5339e0
diff --git a/t/16extset.t b/t/16extset.t
5339e0
index c57ac0c..f3fbea7 100644
5339e0
--- a/t/16extset.t
5339e0
+++ b/t/16extset.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of sequences
5339e0
diff --git a/t/17extchoice.t b/t/17extchoice.t
5339e0
index 66bd9c5..a3ba5d9 100644
5339e0
--- a/t/17extchoice.t
5339e0
+++ b/t/17extchoice.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test the use of sequences
5339e0
diff --git a/t/18tagdefault.t b/t/18tagdefault.t
5339e0
index 6a1fa3b..18fb1d8 100644
5339e0
--- a/t/18tagdefault.t
5339e0
+++ b/t/18tagdefault.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Test that default EXPLICIT tagging works.
5339e0
diff --git a/t/99misc.t b/t/99misc.t
5339e0
index 4b67aba..da3044a 100644
5339e0
--- a/t/99misc.t
5339e0
+++ b/t/99misc.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 #
5339e0
 # Misc tests from github reported issues
5339e0
diff --git a/t/x509.t b/t/x509.t
5339e0
index 3fd5ba0..f931385 100644
5339e0
--- a/t/x509.t
5339e0
+++ b/t/x509.t
5339e0
@@ -1,4 +1,4 @@
5339e0
-#!/usr/local/bin/perl
5339e0
+#!/usr/bin/perl
5339e0
 
5339e0
 print "1..26\n";
5339e0
 
5339e0
-- 
5339e0
2.21.0
5339e0