From: Vasilii Kolobkov Date: Thu, 19 Jul 2018 16:54:07 +0000 (+0200) Subject: Fix tests to run on OpenBSD X-Git-Tag: mmh-0.4~24 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=17de69d5b6a8082a86d08f7617718e38c27205e0;hp=17de69d5b6a8082a86d08f7617718e38c27205e0 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. ---