$NetBSD: patch-ac,v 1.4 2013/01/25 11:32:08 wiz Exp $

Fix unportable test(1) construct.

--- scripts/auxiliar/build-coverage.sh.orig
+++ scripts/auxiliar/build-coverage.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if test "$1" == "--fresh"; then
+if test "$1" = "--fresh"; then
   fresh=yes
 fi
 
