summaryrefslogtreecommitdiffstats
path: root/tests/exe
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 06:49:56 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-17 06:49:56 (EDT)
commit718177203cd92e165393adff016a9a21b87aab51 (patch)
tree77bdf5e517d645de617ce183f8200f06be5133d3 /tests/exe
parent59593299f75d59806fb90c92f239c91e730176e7 (diff)
tests/exe/ob-buildenv.sh: Write control and changelog files
Diffstat (limited to 'tests/exe')
-rwxr-xr-xtests/exe/ob-buildenv.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/exe/ob-buildenv.sh b/tests/exe/ob-buildenv.sh
index d18402e..0fab5a2 100755
--- a/tests/exe/ob-buildenv.sh
+++ b/tests/exe/ob-buildenv.sh
@@ -27,6 +27,10 @@ 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' \