From 1650da8a9964ba2ca3d389bdb39f65f7fa579ffc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 18 Feb 2011 18:52:00 +1100 Subject: Add tests for various s3 auth modes --- source3/script/tests/test_smbclient_auth.sh | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 source3/script/tests/test_smbclient_auth.sh (limited to 'source3/script/tests/test_smbclient_auth.sh') diff --git a/source3/script/tests/test_smbclient_auth.sh b/source3/script/tests/test_smbclient_auth.sh new file mode 100755 index 0000000000..dab914a61c --- /dev/null +++ b/source3/script/tests/test_smbclient_auth.sh @@ -0,0 +1,38 @@ +#!/bin/sh + +# this runs the file serving tests that are expected to pass with samba3 against shares with various options + +if [ $# -lt 5 ]; then +cat <