From: Volker Lendecke Date: Mon, 28 Sep 2020 14:29:27 +0000 (+0200) Subject: test3: Add a test showing that smbclient recursive mget is broken X-Git-Tag: talloc-2.3.2~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=254a5b034e5a081c9d3f28717a4b54d2af0180fc;p=thirdparty%2Fsamba.git test3: Add a test showing that smbclient recursive mget is broken Bug: https://bugzilla.samba.org/show_bug.cgi?id=14517 Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/selftest/knownfail.d/smbclient_mget b/selftest/knownfail.d/smbclient_mget new file mode 100644 index 00000000000..64407a8c5d4 --- /dev/null +++ b/selftest/knownfail.d/smbclient_mget @@ -0,0 +1 @@ +^samba3.blackbox.smbclient-mget.smbclient\ mget\(fileserver\) \ No newline at end of file diff --git a/source3/script/tests/test_smbclient_mget.sh b/source3/script/tests/test_smbclient_mget.sh new file mode 100755 index 00000000000..45f62f15d4d --- /dev/null +++ b/source3/script/tests/test_smbclient_mget.sh @@ -0,0 +1,39 @@ +#!/bin/sh + +if [ $# -lt 6 ]; then +cat <