[debsums] 04/06: Fix missing commandline option in one test suite check

Axel Beckert abe at deuxchevaux.org
Thu Mar 26 00:53:55 UTC 2015


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

abe pushed a commit to branch master
in repository debsums.

commit bd8a3ee98e6512c3fe2fd234f36684b8b40b1eab
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Mar 26 01:33:56 2015 +0100

    Fix missing commandline option in one test suite check
---
 t/debsums.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/debsums.t b/t/debsums.t
index e0f25db..97f6fbe 100644
--- a/t/debsums.t
+++ b/t/debsums.t
@@ -64,7 +64,7 @@ EOT
         expected_rc($exit_code);
 
         # Test option -e
-        run(@command);
+        run(@command, '-e');
         is(stderr, '', 'STDERR is empty');
         is(sort_lines(stdout),
            sort_lines($expected_conffiles),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list