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)
  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.


No differences found