summaryrefslogtreecommitdiffstats
path: root/tests/exe/opkbuild.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-17 23:35:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-17 23:35:36 (EDT)
commitda17d2d5ae772687c84f19a29f4f97cea962c74a (patch)
treeb9db8f2ebfc89244800d07e664fd65c91f91dd17 /tests/exe/opkbuild.sh
parent9dcf32eec318584293e346914c10bdc23b5ae7f4 (diff)
tests: Generate rather than distribute platconf data
It's 2019 and Automake still hasn't mastered shell quoting.
Diffstat (limited to 'tests/exe/opkbuild.sh')
-rwxr-xr-xtests/exe/opkbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exe/opkbuild.sh b/tests/exe/opkbuild.sh
index 13dc154..47fdcf7 100755
--- a/tests/exe/opkbuild.sh
+++ b/tests/exe/opkbuild.sh
@@ -41,7 +41,7 @@ ls_inner()
plan_ 12
-export OB_TEST_DATADIR="${TOP_SRCDIR}/tests/data/platconf_foo"
+export OB_TEST_DATADIR="${TOP_BUILDDIR}/tests/data.build/platconf_foo"
# Get out of and remove the work area.
cd '../'