tests/test-globalopts.t
changeset 34443 f2268edf38d5
parent 31795 2b130e26c3a4
child 34661 eb586ed5d8ce
--- a/tests/test-globalopts.t	Mon Oct 02 16:11:57 2017 -0700
+++ b/tests/test-globalopts.t	Tue Oct 03 11:10:03 2017 -0700
@@ -263,8 +263,14 @@
 
 Testing --traceback:
 
+#if no-chg
   $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
   Traceback (most recent call last):
+#else
+Traceback for '--config' errors not supported with chg.
+  $ hg --cwd c --config x --traceback id 2>&1 | grep -i 'traceback'
+  [1]
+#endif
 
 Testing --time: