$OpenBSD: patch-t_t0011-active-unix-socket_sh,v 1.1 2011/11/18 00:05:43 jeremy Exp $
--- t/t0011-active-unix-socket.sh.orig	Tue Nov 15 20:28:37 2011
+++ t/t0011-active-unix-socket.sh	Tue Nov 15 20:28:54 2011
@@ -7,7 +7,7 @@ read_pid_unix () {
 	    socat - UNIX:$unix_socket | \
 	    tail -1)
 	test -n "$x"
-	y="$(expr "$x" : '\([0-9]\+\)')"
+	y="$(expr "$x" : '\([0-9][0-9]*\)')"
 	test x"$x" = x"$y"
 	test -n "$y"
 	echo "$y"
