]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: fix ---configfile option
authorRalph Boehme <slow@samba.org>
Fri, 10 Sep 2021 09:09:25 +0000 (11:09 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 10 Sep 2021 15:10:30 +0000 (15:10 +0000)
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>
testprogs/blackbox/test_client_kerberos.sh

index 1a4ed3ae7828464501aac9660f99469cbf06c15b..8b9d846d0f7ceabf195ed2cc84a0ecdac7cc3235 100755 (executable)
@@ -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)