view tests/test-install.t @ 12368:9581d5efb6a5

tests: fix touch -t with RHEL
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Sep 2010 15:33:08 -0500
parents 3b165c127690
children 5163e3c8aa52
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!
  [1]