]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/util: do not install /usr/bin/test_util
authorGünther Deschner <gd@samba.org>
Tue, 25 Aug 2020 08:37:18 +0000 (10:37 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 25 Aug 2020 13:57:27 +0000 (13:57 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14166

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
lib/util/wscript_build

index 4ac0a9cc0647e459f53d480c987d4b302b75ff22..e04752cb130da2b00786856257f3540b1d0b959b 100644 (file)
@@ -291,4 +291,5 @@ else:
     bld.SAMBA_BINARY('test_util',
                      source='tests/test_util.c',
                      deps='cmocka replace talloc samba-util',
-                     local_include=False)
+                     local_include=False,
+                     install=False)