summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-buildenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exe/ob-buildenv.sh')
-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/'