$NetBSD: patch-ak,v 1.1 2006/10/15 22:54:26 seb Exp $

--- subversion/tests/cmdline/davautocheck.sh.orig	2006-04-27 17:18:09.000000000 +0000
+++ subversion/tests/cmdline/davautocheck.sh
@@ -62,7 +62,7 @@ function query() {
   echo -n "$SCRIPT: $1 (y/n)? [$2] "
   read -n 1 -t 32
   echo
-  [ "${REPLY:-$2}" == 'y' ]
+  [ "${REPLY:-$2}" = 'y' ]
 }
 
 function get_loadmodule_config() {
@@ -268,7 +268,7 @@ rm "$HTTPD_CFG-copy"
 
 say "HTTPD is good, starting the tests..."
 
-if [ $# == 0 ]; then
+if [ $# = 0 ]; then
   time make check "BASE_URL=$BASE_URL"
   r=$?
 else
