comparison tests/test-install.t @ 11917:b03cf2349a80

tests: unify test-install
author Pradeepkumar Gayam <in3xes@gmail.com>
date Tue, 17 Aug 2010 17:48:59 +0530
parents tests/test-install@36c388a1aa51
children 1fe4702fe2df
comparison
equal deleted inserted replaced
11916:d1ea16ca6520 11917:b03cf2349a80
1 hg debuginstall
2 $ hg debuginstall
3 Checking encoding (ascii)...
4 Checking extensions...
5 Checking templates...
6 Checking patch...
7 Checking commit editor...
8 Checking username...
9 No problems detected
10
11 hg debuginstall with no username
12 $ HGUSER= hg debuginstall
13 Checking encoding (ascii)...
14 Checking extensions...
15 Checking templates...
16 Checking patch...
17 Checking commit editor...
18 Checking username...
19 no username supplied (see "hg help config")
20 (specify a username in your .hgrc file)
21 1 problems detected, please check your install!
22
23 $ true