[diffoscope] 01/01: Update test_list_tools test.
Chris Lamb
chris at chris-lamb.co.uk
Sun Aug 14 00:40:43 CEST 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 661dc9734c6eaa8e1839e6c7f06064c929a140aa
Author: Chris Lamb <lamby at debian.org>
Date: Sat Aug 13 23:27:50 2016 +0100
Update test_list_tools test.
---
tests/test_main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_main.py b/tests/test_main.py
index f88b0f0..90da5dd 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -159,5 +159,5 @@ def test_list_tools(capsys):
assert excinfo.value.code == 0
out, err = capsys.readouterr()
assert err == ''
- assert 'External tools required:' in out
+ assert 'External-Tools-Required: ' in out
assert 'xxd,' in out
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list