tests/test-install.t
author Brodie Rao <brodie@bitheap.org>
Wed, 22 Sep 2010 16:05:58 -0500
changeset 12372 5163e3c8aa52
parent 12346 3b165c127690
child 12375 02990e22150b
permissions -rw-r--r--
tests: improve regexes in unified tests

hg debuginstall
  $ hg debuginstall
  Checking encoding (ascii)...
  Checking installed modules \(.*/mercurial\)\.\.\.
  Checking templates...
  Checking patch...
  Checking commit editor...
  Checking username...
  No problems detected

hg debuginstall with no username
  $ HGUSER= hg debuginstall
  Checking encoding (ascii)...
  Checking installed modules \(.*/mercurial\)\.\.\.
  Checking templates...
  Checking patch...
  Checking commit editor...
  Checking username...
   no username supplied (see "hg help config")
   (specify a username in your configuration file)
  1 problems detected, please check your install!
  [1]