]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:tests: Fix init of samba_kdestroy in test_smbclient_kerberos.sh
authorPavel Filipenský <pfilipensky@samba.org>
Sat, 23 Sep 2023 15:10:54 +0000 (17:10 +0200)
committerPavel Filipensky <pfilipensky@samba.org>
Sun, 24 Sep 2023 23:13:33 +0000 (23:13 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/script/tests/test_smbclient_kerberos.sh

index e83624ea4249b7f887eadd062e07a35ddbc9d3d3..b8a9f24a7d55fdbc17c0c2f594e3c061b33dc67a 100755 (executable)
@@ -28,7 +28,7 @@ fi
 
 samba_kdestroy=kdestroy
 if test -x ${BINDIR}/samba4kdestroy; then
-       samba_kinit=${BINDIR}/samba4kdestroy
+       samba_kdestroy=${BINDIR}/samba4kdestroy
 fi
 
 KRB5CCNAME_PATH="${PREFIX}/ccache_smbclient_kerberos"