tests/test-duplicateoptions.py
branchstable
changeset 14762 6beb26747430
parent 14449 7d171c05a631
child 15099 b1f49efeab65
--- a/tests/test-duplicateoptions.py	Sat Jun 25 02:30:17 2011 +0200
+++ b/tests/test-duplicateoptions.py	Wed Jun 29 00:19:27 2011 +0200
@@ -1,7 +1,7 @@
 import os
 from mercurial import ui, commands, extensions
 
-ignore = set(['highlight', 'win32text'])
+ignore = set(['highlight', 'inotify', 'win32text'])
 
 if os.name != 'nt':
     ignore.add('win32mbcs')