diff options
Diffstat (limited to 'testprogs/blackbox/test_passwords.sh')
-rwxr-xr-x | testprogs/blackbox/test_passwords.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_passwords.sh b/testprogs/blackbox/test_passwords.sh index eb7cbf087b4..d5b913a35f5 100755 --- a/testprogs/blackbox/test_passwords.sh +++ b/testprogs/blackbox/test_passwords.sh @@ -19,7 +19,7 @@ PREFIX=$6 shift 6 failed=0 -samba4bindir="$BUILDDIR/bin" +samba4bindir="$BINDIR" smbclient="$samba4bindir/smbclient$EXEEXT" samba4kinit="$samba4bindir/samba4kinit$EXEEXT" samba_tool="$samba4bindir/samba-tool$EXEEXT" |