Blame SOURCES/test_fails_on_missing_file.patch

7673c1
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
7673c1
--- a/tests/test_zone.py	2016-09-20 12:24:02.000000000 -0400
7673c1
+++ b/tests/test_zone.py	2016-10-04 07:59:39.717946790 -0400
7673c1
@@ -177,7 +177,7 @@
7673c1
     def testToFileFilename(self):
7673c1
         z = dns.zone.from_file(here('example'), 'example')
7673c1
         try:
7673c1
-            z.to_file('example3-filename.out')
7673c1
+            z.to_file(here('example3-filename.out'))
7673c1
             ok = filecmp.cmp(here('example3-filename.out'),
7673c1
                              here('example3.good'))
7673c1
         finally: