File: 0001-Disable-the-requires_external.t-test-requiring-gpg2.patch

package info (click to toggle)
openpgp-applet 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,164 kB
  • sloc: perl: 1,047; sh: 77; makefile: 68
file content (19 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: nodens <nodens@nodens.org>
Date: Tue, 25 Oct 2016 07:16:04 +0000
Forwarded: not-needed
Origin: Vendor
Subject: Disable the requires_external.t test: requiring gpg2 at build time
 is useless in the context of Debian.

--- a/t/requires_external.t
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env perl
-
-use Test::Most;
-plan tests => 1;
-bail_on_fail if 0;
-use Env::Path 0.18 'PATH';
-
-ok(scalar PATH->Whence($_), "$_ in PATH") for qw(gpg2);
-