Mercurial > public > mercurial-scm > hg
diff tests/test-extension @ 9802:4ce13d7c6b88
test-extension: Solaris grep don't know [[:digit:]]
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sun, 08 Nov 2009 18:50:39 +0100 |
parents | c4f6c02e33c4 |
children | de1e7099d100 |
line wrap: on
line diff
--- a/tests/test-extension Sun Nov 08 18:18:46 2009 +0100 +++ b/tests/test-extension Sun Nov 08 18:50:39 2009 +0100 @@ -87,7 +87,7 @@ wsgicgi.launch(application) EOF SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \ - | grep '^[[:digit:]]) [[:alnum:] ]*$' # ignores HTML output + | grep '^[0-9]) ' # ignores HTML output echo 'foo = !' >> $HGRCPATH echo 'bar = !' >> $HGRCPATH