Blame SOURCES/test_fails_on_missing_file.patch

11f72e
diff -ruN /home/avram/Desktop/dnspython-1.15.0.orig/tests/test_zone.py /home/avram/Desktop/dnspython-1.15.0/tests/test_zone.py
11f72e
--- a/tests/test_zone.py	2016-09-20 12:24:02.000000000 -0400
11f72e
+++ b/tests/test_zone.py	2016-10-04 07:59:39.717946790 -0400
11f72e
@@ -177,7 +177,7 @@
11f72e
     def testToFileFilename(self):
11f72e
         z = dns.zone.from_file(here('example'), 'example')
11f72e
         try:
11f72e
-            z.to_file('example3-filename.out')
11f72e
+            z.to_file(here('example3-filename.out'))
11f72e
             ok = filecmp.cmp(here('example3-filename.out'),
11f72e
                              here('example3.good'))
11f72e
         finally: