[devscripts] 01/01: test_debchange: force --vendor Debian in testEmptyMessage, to fix FTBFS in Ubuntu

Mattia Rizzolo mattia at debian.org
Wed Jul 19 01:14:23 UTC 2017


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

mattia pushed a commit to branch master
in repository devscripts.

commit 6b1690582ae358d28ff5d683758d8fc547b9444e
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Jul 19 03:12:29 2017 +0200

    test_debchange: force --vendor Debian in testEmptyMessage, to fix FTBFS in Ubuntu
    
    --security in Ubuntu adds an extra line, that would cause this test to
    fail.  Let's just force the use of Debian's conf.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 test/test_debchange | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_debchange b/test/test_debchange
index 8cd609f..1b10020 100755
--- a/test/test_debchange
+++ b/test/test_debchange
@@ -169,7 +169,7 @@ testEncoding() {
 }
 
 verifyEntryLines() {
-    success "$1"
+    success "--vendor Debian $1"
     local changes="$(dpkg-parsechangelog -l"$CHANGELOG" -SChanges | fgrep '*')"
     assertEquals "\"$changes\"" 1 "$(echo "$changes" | wc -l)"
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list