From 21f49f3b27c3048b26ac99b5a941cd123ef6b22a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 8 Apr 1999 02:27:39 +0000 Subject: [PATCH] Fix VPATH support. --- tests/scripts/test002-populate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..." -- 2.39.5