t0011: fix test under OpenBSD
commit66c706acfb3cda802bac4629219e3c3e064352ed
authorJeremy Evans <jeremyevans0@gmail.com>
Tue, 15 Nov 2011 23:21:58 +0000 (15 15:21 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 15 Nov 2011 23:24:30 +0000 (15 15:24 -0800)
tree07f66d5957ddd1620d3e9a8b206b7b01710a6764
parent9e62bc10294f0b6344b47cd596a93ae457d546fb
t0011: fix test under OpenBSD

expr on OpenBSD uses a basic regular expression (according to
re_format(7)), which doesn't support +, only *.

Acked-by: Eric Wong <normalperson@yhbt.net>
t/t0011-active-unix-socket.sh