summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-08-10 20:36:53 +1200
committerStefan Metzmacher <metze@samba.org>2020-08-24 13:52:19 +0000
commite3c608d27e968d01b439e8d088a18c5d5af9bb45 (patch)
tree14f6fc3d62fa8532a6bdbad823e6a0b59ece0a18
parentdcf92a69cd0c776d9e59bbc5166d24d35ebe9be0 (diff)
downloadsamba-e3c608d27e968d01b439e8d088a18c5d5af9bb45.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> (cherry picked from commit 9e212dd15e6c484d69f236f3c6d7186f0e6353b4)
-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()
{