[tests] fix builddir

This commit is contained in:
Timothy Stack 2021-10-02 23:03:23 -07:00
parent 6e6487935a
commit 782878b05c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export srcdir
top_builddir=`dirname $0`
export top_builddir
builddir=`pwd`
builddir=`pwd -P`
export builddir
test_dir="@abssrcdir@/test"