summaryrefslogtreecommitdiff
path: root/tests/test-install.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-install.t')
-rw-r--r--tests/test-install.t22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/test-install.t b/tests/test-install.t
index 5d7741d..3ecc3b0 100644
--- a/tests/test-install.t
+++ b/tests/test-install.t
@@ -1,19 +1,19 @@
hg debuginstall
$ hg debuginstall
- checking encoding (ascii)...
- checking installed modules (*mercurial)... (glob)
- checking templates (*mercurial?templates)... (glob)
- checking commit editor...
- checking username...
- no problems detected
+ Checking encoding (ascii)...
+ Checking installed modules (*/mercurial)... (glob)
+ Checking templates...
+ Checking commit editor...
+ Checking username...
+ No problems detected
hg debuginstall with no username
$ HGUSER= hg debuginstall
- checking encoding (ascii)...
- checking installed modules (*mercurial)... (glob)
- checking templates (*mercurial?templates)... (glob)
- checking commit editor...
- checking username...
+ Checking encoding (ascii)...
+ Checking installed modules (*/mercurial)... (glob)
+ Checking templates...
+ 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!