This test, on three occasions, is failing with the error: EOF: End Of File (EOF) in read_nonblocking(). Braindead platform. --- duplicity-0.6.24/testing/functional/test_final.py 2014-09-28 13:14:52.146001614 -0500 +++ duplicity-0.6.24/testing/functional/test_final.py 2014-09-28 13:13:20.333546342 -0500 @@ -156,13 +156,6 @@ self.run_duplicity(options=["remove-older-than", "50000", "--force", self.backend_url]) self.assertEqual(self.get_backend_files(), second_chain) - def test_piped_password(self): - """Make sure that prompting for a password works""" - self.set_environ("PASSPHRASE", None) - self.backup("full", "testfiles/empty_dir", - passphrase_input=[self.sign_passphrase, self.sign_passphrase]) - self.restore(passphrase_input=[self.sign_passphrase]) - class OldFilenamesFinalTest(FinalTest): -scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/git-version-gen
AgeCommit message (Collapse)Author
2017-05-04build: Use Gnulib's 'git-version-gen'.Ludovic Courtès
* Makefile.am (EXTRA_DIST, BUILT_SOURCES): Add $(top_srcdir)/.version. ($(top_srcdir)/.version, gen-tarball-version): New targets. (dist-hook): Depend on 'gen-tarball-version'. (.PHONY): Add 'gen-tarball-version'. * build-aux/git-version-gen: New file, from Gnulib v0.1-1312-ga87d5e5c6. * configure.ac: Use it in 'AC_INIT'. Use 'https' for the URL.