testprogs: Use smbclient by default in test_kinit_trusts
authorAndreas Schneider <asn@samba.org>
Mon, 6 Mar 2017 08:13:09 +0000 (09:13 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 10 Mar 2017 10:37:21 +0000 (11:37 +0100)
This is the tool we use by default and we should test with it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12554

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
testprogs/blackbox/test_kinit_trusts_heimdal.sh

index 073e0e7517ec90effde2ef9e00420b09223dce67..040bf919203bba77905df8b4671d66c7e59024b5 100755 (executable)
@@ -32,7 +32,7 @@ if test -x $samba4bindir/samba4kinit; then
        samba4kinit=$samba4bindir/samba4kinit
 fi
 
-smbclient="$samba4bindir/smbclient4"
+smbclient="$samba4bindir/smbclient"
 wbinfo="$samba4bindir/wbinfo"
 rpcclient="$samba4bindir/rpcclient"
 samba_tool="$samba4bindir/samba-tool"