Make test-encoding return 0
authorMatt Mackall <mpm@selenic.com>
Sun, 10 Dec 2006 00:06:31 -0600
changeset 3845 8958417abf62
parent 3844 3ba82c3f4bc3
child 3846 18855084b922
Make test-encoding return 0
tests/test-encoding
--- 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