diff tests/test-encoding @ 3845:8958417abf62

Make test-encoding return 0
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 00:06:31 -0600
parents abaa2cd00d2b
children 46abbed02b2d
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