From 718177203cd92e165393adff016a9a21b87aab51 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Sun, 17 Mar 2019 06:49:56 -0400
Subject: tests/exe/ob-buildenv.sh: Write control and changelog files

---
(limited to 'tests/exe')

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' \
--
cgit v0.9.1