$NetBSD: patch-test-driver,v 1.1 2017/10/02 15:35:35 wiz Exp $

Fix unportable test(1) operator.

--- test-driver.orig	2017-07-20 01:11:47.000000000 +0000
+++ test-driver
@@ -59,7 +59,7 @@ enable_hard_errors=yes
 while test $# -gt 1; do
  arg=${1%=*}
  val=${1#*=}
- if [ $arg == $val ]; then
+ if [ $arg = $val ]; then
    val=$2
    shift
  fi
