Fix tests to run on OpenBSD
authorVasilii Kolobkov <polezaivsani@ko5v.net>
Thu, 19 Jul 2018 16:54:07 +0000 (18:54 +0200)
committermarkus schnalke <meillo@marmaro.de>
Wed, 31 Oct 2018 09:53:52 +0000 (10:53 +0100)
commit17de69d5b6a8082a86d08f7617718e38c27205e0
tree4c28338764a8a30a621f8a95ecebe764394c273b
parent5cb46b33551f28e4168989e752e09bd927e993f9
Fix tests to run on OpenBSD

  Use a hardcoded sequence for there's no seq(1) in OpenBSD.

  awk(1) doesn't support interval regular expression syntax ({n,m})
  on some BSDs.

  hostname(1) has no -f flag on OpenBSD and. Try it first and
  fallback to `uname -n`.

  Omit explicit template in mktemp(1) call.
test/common.sh
test/runtest
test/tests/mhsign/test-mhsign
test/tests/mhstore/test-filenames
test/tests/show/test-longlines