From 800d2e1f4fec0ec1b80e74ba61f1bad79692b4b4 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Mar 2019 17:49:50 -0400 Subject: tests/aux/common.sh: Move cd command --- (limited to 'tests/aux') 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/" -- cgit v0.9.1