[perl-ExtUtils-PkgConfig] Update the test output



commit 97970df9dd32b2059e2f2bb5f67befa8298c2d67
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat Apr 21 19:33:03 2012 +0200

    Update the test output

 t/1.t |    3 +++
 t/2.t |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/t/1.t b/t/1.t
index 70a4ed4..5306d37 100644
--- a/t/1.t
+++ b/t/1.t
@@ -14,6 +14,9 @@ require 't/swallow_stderr.inc';
 
 #########################
 
+my ($major, $minor) = split /\./, `pkg-config --version`;
+diag ("Testing against pkg-config $major.$minor");
+
 $ENV{PKG_CONFIG_PATH} = './t/';
 
 my %pkg;
diff --git a/t/2.t b/t/2.t
index 028ac0c..d0ac90b 100644
--- a/t/2.t
+++ b/t/2.t
@@ -12,7 +12,6 @@ use ExtUtils::PkgConfig;
 $ENV{PKG_CONFIG_PATH} = './t/';
 
 my ($major, $minor) = split /\./, `pkg-config --version`; # Ignore micro part
-diag ("Testing pkg-config $major.$minor");
 
 cmd_ok ('modversion');
 cmd_ok ('cflags');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]