From: Günther Deschner Date: Thu, 2 Jul 2020 16:56:20 +0000 (+0200) Subject: lib/util: do not install "test_util_paths" X-Git-Tag: samba-4.11.12~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03eb7b7c0de6a6191a54583f388cd84e32c982dc;p=thirdparty%2Fsamba.git lib/util: do not install "test_util_paths" BUG: https://bugzilla.samba.org/show_bug.cgi?id=14370 Guenther Signed-off-by: Guenther Deschner Autobuild-User(v4-11-test): Karolin Seeger Autobuild-Date(v4-11-test): Tue Jul 7 08:16:40 UTC 2020 on sn-devel-184 --- diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 9cf411007eb..84c19bb136f 100644 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -285,4 +285,5 @@ else: bld.SAMBA_BINARY('test_util_paths', source='tests/test_util_paths.c', deps='cmocka replace talloc samba-util', - local_include=False) + local_include=False, + install=False)