core/talloc/fix_test_path.patch

14 lines
530 B
Diff
Raw Normal View History

diff --git a/wscript b/wscript
index 9cedbbf..4432a9a 100644
--- a/wscript
+++ b/wscript
2017-01-05 08:14:43 +08:00
@@ -159,7 +159,7 @@ def test(ctx):
ret = samba_utils.RUN_COMMAND(cmd)
print("testsuite returned %d" % ret)
2017-01-05 08:14:43 +08:00
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')
2017-01-05 08:14:43 +08:00
magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " + magic_helper_cmd)