[Reproducible-commits] [dpkg] 22/61: t: Fix coding style

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 09:56:07 UTC 2015


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit bc7701399f90ec24fc54ca7d893d2088a188b4d8
Author: Guillem Jover <guillem at debian.org>
Date:   Mon Sep 14 03:48:48 2015 +0200

    t: Fix coding style
---
 src/t/dpkg_divert.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/t/dpkg_divert.t b/src/t/dpkg_divert.t
index 08f238c..0d96d08 100644
--- a/src/t/dpkg_divert.t
+++ b/src/t/dpkg_divert.t
@@ -470,7 +470,7 @@ call_divert(['--divert', "$testdir/foo.my", '--remove', "$testdir/foo"],
 call_divert(['--package', 'baz', '--remove', "$testdir/foo"],
             expect_failure => 1, expect_stderr_like => qr/mismatch on package/);
 call_divert(['--package', 'baz', '--divert', "$testdir/foo.my", '--remove', "$testdir/foo"],
-            expect_failure => 1, expect_stderr_like =>qr/mismatch on (package|divert-to)/);
+            expect_failure => 1, expect_stderr_like => qr/mismatch on (package|divert-to)/);
 
 call_divert(['--divert', "$testdir/foo.distrib", '--remove', "$testdir/foo"],
             expect_stdout_like => qr{Removing.*\Q$testdir\E/foo});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list