tests/test-install.t
author Matt Mackall <mpm@selenic.com>
Mon, 20 Sep 2010 16:00:15 -0500
changeset 12346 3b165c127690
parent 12316 4134686b83e1
child 12372 5163e3c8aa52
permissions -rw-r--r--
tests: drop final true command from 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]