mirror of
https://github.com/samba-team/samba.git
synced 2025-08-21 09:49:28 +03:00
selftest: fix ---configfile option
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14828
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit fdfc475000
)
This commit is contained in:
@ -279,7 +279,7 @@ testit "test smbclient kerberos=required" \
|
||||
failed=$(expr $failed + 1)
|
||||
|
||||
kerberos_kinit $samba_kinit ${USERNAME}@${REALM} ${PASSWORD}
|
||||
cmd='$samba_smbclient //${SERVER}/tmp --use-krb5-ccache=$KRB5CCNAME ---configfile=${CONFIGURATION} -c "ls; quit"'
|
||||
cmd='$samba_smbclient //${SERVER}/tmp --use-krb5-ccache=$KRB5CCNAME --configfile=${CONFIGURATION} -c "ls; quit"'
|
||||
testit "test smbclient kerberos=required ccache" \
|
||||
test_smbclient || \
|
||||
failed=$(expr $failed + 1)
|
||||
|
Reference in New Issue
Block a user