[Pkg-mozext-commits] [compactheader] 392/441: Add missing glob in executeTest.pl

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit ff75f4a434594e21e75025ca7c7d273d8ed3a1bd
Author: Joachim Herb <Joachim.Herb at gmx.de>
Date:   Thu Aug 15 01:52:18 2013 +0200

    Add missing glob in executeTest.pl
---
 test/executeTests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/executeTests.pl b/test/executeTests.pl
index 100ff10..5d78816 100644
--- a/test/executeTests.pl
+++ b/test/executeTests.pl
@@ -240,7 +240,7 @@ foreach my $pid (@children) {
     glob("../../ftp/$ostype-$hosttype-$version/addon-2313*.xpi"),
     glob("../../ftp/$ostype-$hosttype-$version/lightning*.xpi"),
     "$dispMUAfile",
-    "../../ftp/addon-562*.xpi",
+    glob("../../ftp/addon-562*.xpi"),
     "$xpi"
 #    "$mnenhyfile" # activate when mozmill can handle this addon:
   );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list