The following commit has been merged in the master branch:
commit 73670fd7cd6b9911ce8c537843187bc926844eed
Author: Niels Thykier <[email protected]>
Date:   Sat Jan 26 22:34:12 2013 +0100

    t/runtests: Remove unneeded glob call
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/runtests b/t/runtests
index 3b9b5f6..0227d0d 100755
--- a/t/runtests
+++ b/t/runtests
@@ -468,8 +468,7 @@ sub _builder_tests {
     my $version = $testdata->{version};
     $version =~ s/^(\d+)://;
 
-    my ($file) = glob("$testdir/../$pkg\_$version*.changes");
-    return $file;
+    return "$testdir/../${pkg}_${version}_${ARCHITECTURE}.changes";
 }
 
 sub run_lintian {

-- 
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