summaryrefslogtreecommitdiffstats
path: root/tests/aux
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aux')
-rw-r--r--tests/aux/common.sh4
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/"