summaryrefslogtreecommitdiffstats
path: root/tests/exe
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 14:29:09 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 14:30:09 (EDT)
commit2c6a49ea4ad01b6ebcaf2505bfbd6062ea714e2e (patch)
tree1c7b3eb551c82ee1dcd0422aea89cc029ccf4fe3 /tests/exe
parent2e33cbe10097e861fbc7a2a9352b059cd0925fce (diff)
tests/exe/ob-buildenv.sh: Move test package setup to tests/aux/setup.sh
Diffstat (limited to 'tests/exe')
-rwxr-xr-xtests/exe/ob-buildenv.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/exe/ob-buildenv.sh b/tests/exe/ob-buildenv.sh
index 0fab5a2..4440fd2 100755
--- a/tests/exe/ob-buildenv.sh
+++ b/tests/exe/ob-buildenv.sh
@@ -24,15 +24,6 @@ set -eu
plan_ 1
-mkdir -p 'pkg/tmp/'
-cd 'pkg/'
-printf '2.0\n' >'format'
-printf 'Maintainer: "J. Random Hacker" <jrandom@example.com>\n' >'control'
-printf 'foo (1.0) trunk\n * Initial release.\n -- %s %s\n' \
- '"J. Random Hacker" <jrandom@example.com>' \
- 'Thu, 01 Jan 1970 00:00:00 +0000' >'changelog'
-cd 'tmp/'
-
OPK_BUILD_ARCH='amd64-linux-glibc' OPK_HOST_ARCH='i686-linux-glibc' \
cmd_is 'ob-buildenv' ob-buildenv <<-EOF
PATH='${PATH}'
@@ -52,6 +43,3 @@ OPK_BUILD_ARCH='amd64-linux-glibc' OPK_HOST_ARCH='i686-linux-glibc' \
STRIP='i686-linux-glibc-strip'
OPK_TOOL_PREFIX='i686-linux-glibc-'
EOF
-
-cd '../../'
-rm -Rf 'pkg/'