##// END OF EJS Templates
test-extension: Solaris grep don't know [[:digit:]]
Mads Kiilerich -
r9802:4ce13d7c default
parent child Browse files
Show More
@@ -87,7 +87,7 b" application = hgweb('.', 'test repo')"
87 wsgicgi.launch(application)
87 wsgicgi.launch(application)
88 EOF
88 EOF
89 SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \
89 SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \
90 | grep '^[[:digit:]]) [[:alnum:] ]*$' # ignores HTML output
90 | grep '^[0-9]) ' # ignores HTML output
91
91
92 echo 'foo = !' >> $HGRCPATH
92 echo 'foo = !' >> $HGRCPATH
93 echo 'bar = !' >> $HGRCPATH
93 echo 'bar = !' >> $HGRCPATH
General Comments 0
You need to be logged in to leave comments. Login now