gnu: hidapi: Fix 'license'.
[jackhill/guix/guix.git] / gnu / packages / patches / duplicity-piped-password.patch
CommitLineData
335bc683
EB
1This test, on three occasions, is failing with the error:
2
3 EOF: End Of File (EOF) in read_nonblocking(). Braindead platform.
4
5--- duplicity-0.6.24/testing/functional/test_final.py 2014-09-28 13:14:52.146001614 -0500
6+++ duplicity-0.6.24/testing/functional/test_final.py 2014-09-28 13:13:20.333546342 -0500
7@@ -156,13 +156,6 @@
8 self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url])
9 self.assertEqual(self.get_backend_files(), second_chain)
10
11- def test_piped_password(self):
12- """Make sure that prompting for a password works"""
13- self.set_environ("PASSPHRASE", None)
14- self.backup("full", "testfiles/empty_dir",
15- passphrase_input=[self.sign_passphrase, self.sign_passphrase])
16- self.restore(passphrase_input=[self.sign_passphrase])
17-
18
19 class OldFilenamesFinalTest(FinalTest):
20