diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:51:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:51:30 (EDT) |
commit | c439c9f36590b7cb30d1634dfde25c7d195e2139 (patch) | |
tree | 94810f3e2206769c7dbe04155e4db5234801982b /tests/aux | |
parent | d6ec6b189b1363efde5053c5c961fa272047edda (diff) |
tests/aux/common.sh: cd to test package work area
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/common.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/aux/common.sh b/tests/aux/common.sh index 0561b21..896790f 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -67,3 +67,5 @@ cmd_is() ok_ -- "${description}" fi } + +cd "${TOP_BUILDDIR}/tests/pkg/tmp/" |