talloc-fix_test_path.patch 530 B

1234567891011121314
  1. diff --git a/wscript b/wscript
  2. index 9cedbbf..4432a9a 100644
  3. --- a/wscript
  4. +++ b/wscript
  5. @@ -159,7 +159,7 @@ def test(ctx):
  6. ret = samba_utils.RUN_COMMAND(cmd)
  7. print("testsuite returned %d" % ret)
  8. magic_helper_cmd = os.path.join(Utils.g_module.blddir, 'talloc_test_magic_differs_helper')
  9. - magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
  10. + magic_cmd = os.path.join(srcdir,
  11. 'test_magic_differs.sh')
  12. magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " + magic_helper_cmd)