1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-17 00:40:30 +03:00

[tests] fix builddir

This commit is contained in:
Timothy Stack 2021-10-02 23:03:23 -07:00
parent 6e6487935a
commit 782878b05c

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"