diff options
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/opkbuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exe/opkbuild.sh b/tests/exe/opkbuild.sh index f9e0529..13dc154 100755 --- a/tests/exe/opkbuild.sh +++ b/tests/exe/opkbuild.sh @@ -41,6 +41,8 @@ ls_inner() plan_ 12 +export OB_TEST_DATADIR="${TOP_SRCDIR}/tests/data/platconf_foo" + # Get out of and remove the work area. cd '../' rm -Rf 'src/' 'tmp/' |