diff options
author | Andreas Schneider <asn@samba.org> | 2017-03-06 09:13:09 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2017-03-10 11:37:21 +0100 |
commit | 9b3ff90dbc5cc1017dfc89831a1081272e6c2356 (patch) | |
tree | 3a76fd70ae418fa7e56003dab375f7e201ef7a38 /testprogs | |
parent | 7142a884419ae9940ba0429f9d117b94aff699b5 (diff) | |
download | samba-9b3ff90dbc5cc1017dfc89831a1081272e6c2356.tar.gz |
testprogs: Use smbclient by default in test_kinit_trusts
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>
Diffstat (limited to 'testprogs')
-rwxr-xr-x | testprogs/blackbox/test_kinit_trusts_heimdal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_kinit_trusts_heimdal.sh b/testprogs/blackbox/test_kinit_trusts_heimdal.sh index 073e0e7517e..040bf919203 100755 --- a/testprogs/blackbox/test_kinit_trusts_heimdal.sh +++ b/testprogs/blackbox/test_kinit_trusts_heimdal.sh @@ -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" |