The following commit has been merged in the master branch:
commit f076a599041f171e950e44bc47729c392d463938
Author: Niels Thykier <[email protected]>
Date:   Fri Jan 4 22:53:47 2013 +0100

    t: Remove "unpack" dir from two tests
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/scripts/critic.t b/t/scripts/critic.t
index 7b88048..1bb32c1 100755
--- a/t/scripts/critic.t
+++ b/t/scripts/critic.t
@@ -31,7 +31,7 @@ for my $check (@CHECKS) {
 }
 
 subtest 'All scripts with correct shebang or extension' => sub {
-    all_critic_ok(qw(collection frontend lib unpack));
+    all_critic_ok(qw(collection frontend lib));
 };
 
 sub should_skip() {
diff --git a/t/scripts/minimum-version.t b/t/scripts/minimum-version.t
index a72b6e6..4569189 100755
--- a/t/scripts/minimum-version.t
+++ b/t/scripts/minimum-version.t
@@ -14,7 +14,7 @@ plan skip_all => 'Test::MinimumVersion required to run this 
test' if $@;
 # sarge was released with 5.8.4, etch with 5.8.8, lenny with 5.10.0
 our $REQUIRED = 'v5.10.0';
 
-our @PATHS = qw(checks collection frontend lib unpack);
+our @PATHS = qw(checks collection frontend lib);
 
 # It creates as many threads as elements in @PATHS
 for my $path (@PATHS) {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to