From: Ralph Boehme Date: Fri, 10 Sep 2021 09:09:25 +0000 (+0200) Subject: selftest: fix ---configfile option X-Git-Tag: ldb-2.5.0~728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfc475000f606cc9e4ac160350f7ced64749589;p=thirdparty%2Fsamba.git selftest: fix ---configfile option BUG: https://bugzilla.samba.org/show_bug.cgi?id=14828 Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/testprogs/blackbox/test_client_kerberos.sh b/testprogs/blackbox/test_client_kerberos.sh index 1a4ed3ae782..8b9d846d0f7 100755 --- a/testprogs/blackbox/test_client_kerberos.sh +++ b/testprogs/blackbox/test_client_kerberos.sh @@ -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)