]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Do not let deprecated option warnings muck this test up
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Aug 2020 08:36:53 +0000 (20:36 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Aug 2020 00:10:40 +0000 (00:10 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14460

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/script/tests/test_smbclient_s3.sh

index 3ea55f54107cfaa873b2834d68772db69d1411ea..62662690415a493c22dc66bce0d230cb8d601e87 100755 (executable)
@@ -33,6 +33,10 @@ incdir=`dirname $0`/../../../testprogs/blackbox
 
 failed=0
 
+# Do not let deprecated option warnings muck this up
+SAMBA_DEPRECATED_SUPPRESS=1
+export SAMBA_DEPRECATED_SUPPRESS
+
 # Test that a noninteractive smbclient does not prompt
 test_noninteractive_no_prompt()
 {