diff options
Diffstat (limited to 'testprogs/blackbox/test_export_keytab.sh')
-rwxr-xr-x | testprogs/blackbox/test_export_keytab.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testprogs/blackbox/test_export_keytab.sh b/testprogs/blackbox/test_export_keytab.sh index a2debfef1c..14122bfe71 100755 --- a/testprogs/blackbox/test_export_keytab.sh +++ b/testprogs/blackbox/test_export_keytab.sh @@ -19,9 +19,9 @@ shift 5 failed=0 samba4bindir="$BINDIR" -smbclient="$samba4bindir/smbclient$EXEEXT" -samba4kinit="$samba4bindir/samba4kinit$EXEEXT" -samba_tool="$samba4bindir/samba-tool$EXEEXT" +smbclient="$samba4bindir/smbclient" +samba4kinit="$samba4bindir/samba4kinit" +samba_tool="$samba4bindir/samba-tool" newuser="$samba_tool user create" . `dirname $0`/subunit.sh |