Remove patch that was integrated upstream.
This commit is contained in:
parent
40daa9c165
commit
f09fa8c6b6
2 changed files with 1 additions and 17 deletions
|
@ -1,9 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.14 2013/12/07 01:08:28 thomasklausner Exp $
|
||||
$NetBSD: distinfo,v 1.15 2013/12/07 01:09:32 thomasklausner Exp $
|
||||
|
||||
SHA1 (patch-Documentation_bup-index.md) = 51146c78a20c47d13d903453609089ceddea815b
|
||||
SHA1 (patch-Makefile) = e2e9962ef3bfa7cf73e5fd601ef3c628b07b7e3a
|
||||
SHA1 (patch-cmd_index-cmd.py) = 1d873835ab29c0aa79af3caf46a662a770ae40a3
|
||||
SHA1 (patch-config_configure) = 9360a8be2cef559d93f1a5301f1f397f31da7d72
|
||||
SHA1 (patch-lib_bup_helpers.py) = 2f0a9fdfa98be02bfa6d518bed7570759f5ffa7e
|
||||
SHA1 (patch-lib_bup_t_tmetadata.py) = 6688e9cb0d6bf6db5eb957dcaf0af7d955fbddc8
|
||||
SHA1 (patch-t_test-meta.sh) = a8b34cb900fba8c93c0a87b063d6bab2e22e8957
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-lib_bup_t_tmetadata.py,v 1.1 2013/12/06 00:24:44 thomasklausner Exp $
|
||||
|
||||
Fix test failure as non-root on NetBSD.
|
||||
Sent upstream.
|
||||
|
||||
--- lib/bup/t/tmetadata.py.orig 2013-12-06 00:00:37.000000000 +0000
|
||||
+++ lib/bup/t/tmetadata.py
|
||||
@@ -172,6 +172,7 @@ def test_from_path_error():
|
||||
WVPASS(errmsg.startswith('read Linux attr'))
|
||||
clear_errors()
|
||||
finally:
|
||||
+ subprocess.call(['chmod', '-R', 'u+rwX', tmpdir])
|
||||
subprocess.call(['rm', '-rf', tmpdir])
|
||||
|
||||
|
Loading…
Reference in a new issue