From: Andrew Bartlett Date: Mon, 8 Sep 2008 04:18:04 +0000 (+1000) Subject: Move blackbox.smbclient to test against the member server. X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=44ff392ffea52e89a3ac096a6d381ae540d3473c Move blackbox.smbclient to test against the member server. The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett --- diff --git a/source/client/tests/test_smbclient.sh b/source/client/tests/test_smbclient.sh index 27a3488c88a2..7ff03ba6e2cb 100755 --- a/source/client/tests/test_smbclient.sh +++ b/source/client/tests/test_smbclient.sh @@ -43,8 +43,6 @@ testit "share and server list" $VALGRIND $smbclient -L $SERVER $CONFIGURATION - testit "share and server list anonymously" $VALGRIND $smbclient -N -L $SERVER $CONFIGURATION $@ || failed=`expr $failed + 1` -testit "domain join" $VALGRIND bin/net join $DOMAIN $CONFIGURATION -W "$DOMAIN" -U"$USERNAME%$PASSWORD" $@ || failed=`expr $failed + 1` - # Generate random file cat >tmpfile<