diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/exe/ob-buildenv.sh | 4 |
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' \ |