view tests/test-install.t @ 12189:fb0c6373ec36

tests: unify test-empty-group
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 03 Sep 2010 09:12:36 +0200
parents ff7c1118a83a
children 4134686b83e1
line wrap: on
line source

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!

  $ true