[diffoscope] 01/05: Don't write "fixture" file - was left in from previous commit(s)

Chris Lamb chris at chris-lamb.co.uk
Thu Feb 2 03:51:39 CET 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit dc7b769a4b3155d4dc71bf10be812b2495d31472
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Feb 2 15:27:16 2017 +1300

    Don't write "fixture" file - was left in from previous commit(s)
    
    Dch-Gbp: ignore
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 tests/comparators/test_device.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/comparators/test_device.py b/tests/comparators/test_device.py
index cd9a798..19209ce 100644
--- a/tests/comparators/test_device.py
+++ b/tests/comparators/test_device.py
@@ -50,6 +50,4 @@ def test_diff(differences):
 def test_diff_reverse(differences_reverse):
     with open(data('device_expected_diff_reverse')) as f:
         expected_diff = f.read()
-    with open('fixture', 'w') as f:
-        f.write(differences_reverse.unified_diff)
     assert differences_reverse.unified_diff == expected_diff

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


More information about the diffoscope mailing list