mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
tests: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
6e41d1f385
commit
c58e9aa482
@ -35,7 +35,7 @@ smb1_system_security() {
|
||||
testit "grant SeSecurityPrivilege" $NET rpc rights grant $USERNAME SeSecurityPrivilege -U $USERNAME%$PASSWORD -I $SERVER_IP || failed=`expr $failed + 1`
|
||||
|
||||
# Run the test.
|
||||
testit "smb1-system-secuirity" smb1_system_security || failed=`expr $failed + 1`
|
||||
testit "smb1-system-security" smb1_system_security || failed=`expr $failed + 1`
|
||||
|
||||
# Revoke SeSecurityPrivilege
|
||||
testit "revoke SeSecurityPrivilege" $NET rpc rights revoke $USERNAME SeSecurityPrivilege -U $USERNAME%$PASSWORD -I $SERVER_IP || failed=`expr $failed + 1`
|
||||
|
Loading…
Reference in New Issue
Block a user