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
+++ b/tests/test-encoding
@@ -53,4 +53,6 @@ echo 'fallbackencoding = koi8-r' >> .hg/
 echo % utf-8
 HGENCODING=utf-8 hg log
 
-HGENCODING=dolphin hg log
\ No newline at end of file
+HGENCODING=dolphin hg log
+
+exit 0