summaryrefslogtreecommitdiff
path: root/tests/test-committer.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-committer.t')
-rw-r--r--tests/test-committer.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test-committer.t b/tests/test-committer.t
index 5208f4e..ab35790 100644
--- a/tests/test-committer.t
+++ b/tests/test-committer.t
@@ -53,7 +53,7 @@
[255]
$ rm .hg/hgrc
$ hg commit -m commit-1 2>&1
- no username found, using '[^']*' instead (re)
+ No username found, using '[^']*' instead (re)
$ echo space > asdf
$ hg commit -u ' ' -m commit-1
@@ -61,5 +61,3 @@
rollback completed
abort: empty username!
[255]
-
- $ cd ..