summaryrefslogtreecommitdiffstats
path: root/abs/core/talloc/fix_test_path.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-23 18:06:28 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-23 18:06:28 (GMT)
commit9d60489a74969c68758de7f2515b6b709993a2d1 (patch)
treed1982e09adb8f63b65a55ec1029cb0999a4c0bc3 /abs/core/talloc/fix_test_path.patch
parente7aaf188763ef9e001962be04bae45eedb151a3a (diff)
downloadlinhes_pkgbuild-9d60489a74969c68758de7f2515b6b709993a2d1.zip
linhes_pkgbuild-9d60489a74969c68758de7f2515b6b709993a2d1.tar.gz
linhes_pkgbuild-9d60489a74969c68758de7f2515b6b709993a2d1.tar.bz2
talloc: update to 2.1.5
Diffstat (limited to 'abs/core/talloc/fix_test_path.patch')
-rw-r--r--abs/core/talloc/fix_test_path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/talloc/fix_test_path.patch b/abs/core/talloc/fix_test_path.patch
new file mode 100644
index 0000000..37ed604
--- /dev/null
+++ b/abs/core/talloc/fix_test_path.patch
@@ -0,0 +1,13 @@
+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')
+ ret = samba_utils.RUN_COMMAND(cmd)
+ print("testsuite returned %d" % ret)
+- 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)