tests/test-notify
changeset 8142 912bfef12ba6
parent 7664 3cc74ee75b0d
child 11889 3b65c3c3cc8d
equal deleted inserted replaced
8141:e40b629bedd1 8142:912bfef12ba6
    58 baseurl = http://test/
    58 baseurl = http://test/
    59 EOF
    59 EOF
    60 
    60 
    61 echo % fail for config file is missing
    61 echo % fail for config file is missing
    62 hg --cwd b rollback
    62 hg --cwd b rollback
    63 hg --cwd b pull ../a 2>&1 | grep 'unable to open.*\.notify\.conf' > /dev/null && echo pull failed
    63 hg --cwd b pull ../a 2>&1 | grep 'error.*\.notify\.conf' > /dev/null && echo pull failed
    64 
    64 
    65 touch "$HGTMP/.notify.conf"
    65 touch "$HGTMP/.notify.conf"
    66 
    66 
    67 echo % pull
    67 echo % pull
    68 hg --cwd b rollback
    68 hg --cwd b rollback