summaryrefslogtreecommitdiffstats
path: root/abs/core/talloc/fix_test_path.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-23 21:37:18 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-23 21:37:18 (GMT)
commitd50b31c7b63bb611f83587632de804fa00f05600 (patch)
treeb47692579abf2d9414ecdbd10fb32615361dd714 /abs/core/talloc/fix_test_path.patch
parent087120741dd15a9c2ddf22d596ffec76de2ee047 (diff)
downloadlinhes_pkgbuild-d50b31c7b63bb611f83587632de804fa00f05600.zip
linhes_pkgbuild-d50b31c7b63bb611f83587632de804fa00f05600.tar.gz
linhes_pkgbuild-d50b31c7b63bb611f83587632de804fa00f05600.tar.bz2
talloc: update to 2.1.11
Diffstat (limited to 'abs/core/talloc/fix_test_path.patch')
-rw-r--r--abs/core/talloc/fix_test_path.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/talloc/fix_test_path.patch b/abs/core/talloc/fix_test_path.patch
index 37ed604..2405ec8 100644
--- a/abs/core/talloc/fix_test_path.patch
+++ b/abs/core/talloc/fix_test_path.patch
@@ -2,12 +2,12 @@ diff --git a/wscript b/wscript
index 9cedbbf..4432a9a 100644
--- a/wscript
+++ b/wscript
-@@ -158,7 +158,7 @@ def test(ctx):
- cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite')
+@@ -159,7 +159,7 @@ def test(ctx):
ret = samba_utils.RUN_COMMAND(cmd)
print("testsuite returned %d" % ret)
+ magic_helper_cmd = os.path.join(Utils.g_module.blddir, 'talloc_test_magic_differs_helper')
- magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
+ magic_cmd = os.path.join(srcdir,
'test_magic_differs.sh')
- magic_ret = samba_utils.RUN_COMMAND(magic_cmd)
+ magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " + magic_helper_cmd)