Commit 2304e1f2 authored by Rafael Monnerat's avatar Rafael Monnerat

md5sum of welcome.msg changed.

parent 3f4f7329
......@@ -231,7 +231,7 @@ class NonInformativeTests(unittest.TestCase):
self.assertTrue(is_temp)
self.assertTrue(os.path.exists(file))
url = 'ftp://ftp.gnu.org/welcome.msg#ec7ab8024467ba3b6e173c57fd4990f6'
url = 'ftp://ftp.gnu.org/welcome.msg#0de362e544463d298ebb2c5d00a84698'
file, is_temp = recipe.download_file(url)
self.assertTrue(is_temp)
self.assertTrue(os.path.exists(file))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment