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)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Aug 2020 13:52:19 +0000 (13:52 +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>
(cherry picked from commit 9e212dd15e6c484d69f236f3c6d7186f0e6353b4)

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()
 {