The following commit has been merged in the master branch:
commit df0e3254e667cc3d62b0e52ffb44b15592fbd28e
Author: Niels Thykier <[email protected]>
Date:   Fri Jul 8 18:42:16 2011 +0200

    Fixed an incorrect check in t/runtests

diff --git a/t/runtests b/t/runtests
index c7ed19a..8e342a2 100755
--- a/t/runtests
+++ b/t/runtests
@@ -316,8 +316,8 @@ if ($singletest) {
 } elsif ($tag) {
     @tests = find_tests_for_tag($tag);
 } else {
-    unless (-d $TESTSET) {
-       fail("cannot find $TESTSET: $!");
+    unless (-d "$TESTSET/tests/") {
+       fail("cannot find $TESTSET/tests: $!");
     }
     @tests = map { read_dpkg_control($_) } <$TESTSET/tests/*/desc>;
 }

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