diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:49:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:49:50 (EDT) |
commit | 800d2e1f4fec0ec1b80e74ba61f1bad79692b4b4 (patch) | |
tree | 77f3e5f0a8c1df944d190150ec03768ce96c01c9 /tests/aux | |
parent | 60a5b39d10b219e8762780dd4f41e809e3abeddf (diff) |
tests/aux/common.sh: Move cd command
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aux/common.sh b/tests/aux/common.sh index 180e5f8..e5cac94 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -68,8 +68,6 @@ cmd_is() fi } -cd "${TOP_BUILDDIR}/tests/pkg/tmp/" - FOO_SH="$(cat <<-'EOF' #!/bin/sh printf 'Hello, world!\n' @@ -98,3 +96,5 @@ export OPK_HOST_ARCH_KERNEL='linux' export OPK_HOST_ARCH_LIBS='glibc' export OPK_HOST_PLAT='x60' # Section 7.3.3 Toolchain Variables aren't used by opkbuild utilities. + +cd "${TOP_BUILDDIR}/tests/pkg/tmp/" |