changeset 3845:8958417abf62

Make test-encoding return 0
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 00:06:31 -0600
parents 3ba82c3f4bc3
children 18855084b922
files tests/test-encoding
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-encoding	Sun Dec 10 00:05:47 2006 -0600
+++ b/tests/test-encoding	Sun Dec 10 00:06:31 2006 -0600
@@ -53,4 +53,6 @@
 echo % utf-8
 HGENCODING=utf-8 hg log
 
-HGENCODING=dolphin hg log
\ No newline at end of file
+HGENCODING=dolphin hg log
+
+exit 0