mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
testprogs: Use system_or_builddir_binary() for functionalprep
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
4981cb45db
commit
2cfe266439
@ -21,10 +21,7 @@ release_dir="$SRCDIR_ABS/source4/selftest/provisions/$RELEASE"
|
||||
OLD_RELEASE="release-4-1-0rc3"
|
||||
old_release_dir="$SRCDIR_ABS/source4/selftest/provisions/$OLD_RELEASE"
|
||||
|
||||
samba_tdbrestore="tdbrestore"
|
||||
if [ -x "$BINDIR/tdbrestore" ]; then
|
||||
samba_tdbrestore="$BINDIR/tdbrestore"
|
||||
fi
|
||||
samba_tdbrestore=$(system_or_builddir_binary tdbrestore "${BINDIR}")
|
||||
|
||||
samba_undump="$SRCDIR_ABS/source4/selftest/provisions/undump.sh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user