From: Kurt Zeilenga Date: Thu, 8 Apr 1999 02:27:39 +0000 (+0000) Subject: Fix VPATH support. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~222 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21f49f3b27c3048b26ac99b5a941cd123ef6b22a;p=openldap Fix VPATH support. --- diff --git a/tests/scripts/test002-populate b/tests/scripts/test002-populate index 7852062ba1..4efcca064f 100755 --- a/tests/scripts/test002-populate +++ b/tests/scripts/test002-populate @@ -9,7 +9,7 @@ if [ $# -eq 1 ]; then BDB2=$1; shift fi -. $SRCDIR/scripts/defines.sh $SRCDIR $BDB2 +. $SRCDIR/scripts/defines.sh echo "Cleaning up in $DBDIR..."