From: Andrew Bartlett Date: Mon, 10 Aug 2020 08:36:53 +0000 (+1200) Subject: selftest: Do not let deprecated option warnings muck this test up X-Git-Tag: talloc-2.3.2~845 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e212dd15e6c484d69f236f3c6d7186f0e6353b4;p=thirdparty%2Fsamba.git 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 Reviewed-by: Stefan Metzmacher --- 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() {