summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-08-10 20:36:53 +1200
committerAndrew Bartlett <abartlet@samba.org>2020-08-18 00:10:40 +0000
commit9e212dd15e6c484d69f236f3c6d7186f0e6353b4 (patch)
treebe867588ddff88b8e3351e5f5a2b0efb3705a1a4 /source3/script
parentd14cc45c98a77fb8a6ac96181eec33f368b8dbd8 (diff)
downloadsamba-9e212dd15e6c484d69f236f3c6d7186f0e6353b4.tar.gz
selftest: Do not let deprecated option warnings muck this test up
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>
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_smbclient_s3.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh
index 3ea55f54107..62662690415 100755
--- a/source3/script/tests/test_smbclient_s3.sh
+++ b/source3/script/tests/test_smbclient_s3.sh
@@ -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()
{