diff options
| author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
| commit | fff4c50d3a1d94c807604d6c21355993dfb95c85 (patch) | |
| tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/core/talloc/fix_test_path.patch | |
| parent | 8de064f6e96f960cdbfe6868d9957a4613f704df (diff) | |
| parent | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (diff) | |
| download | linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.zip linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.gz linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.bz2 | |
Merge branch 'testing'
Diffstat (limited to 'abs/core/talloc/fix_test_path.patch')
| -rw-r--r-- | abs/core/talloc/fix_test_path.patch | 13 |
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) |
