MIME-Version: 1.0 X-RT-Interface: Web Content-Transfer-Encoding: binary Content-Type: text/plain; charset="utf-8" From: ckb@isc.org To: bind9-public@isc.org Message-ID: X-Mailer: MIME-tools 5.508 (Entity 5.508) Subject: unittest.sh fails to run on openBSD Date: Thu, 25 Jan 2018 12:52:56 -0800 Content-Disposition: inline X-RT-Original-Encoding: utf-8 Content-Length: 213 the 'type' command produces different output on openBSD than on other platforms, leading the script to always behave as if the 'kyua' binary in on the PATH. we can fix this by using 'command -v' instead of 'type'