tests/test-check-pyflakes.t
branchmercurial-4.7
changeset 4359 2cbb9914d227
parent 4333 824fcba2cdb4
--- a/tests/test-check-pyflakes.t	Mon Dec 24 17:47:27 2018 +0100
+++ b/tests/test-check-pyflakes.t	Tue Jan 22 12:54:43 2019 -0500
@@ -7,5 +7,5 @@
 run pyflakes on all tracked files ending in .py or without a file ending
 (skipping binary file random-seed)
 
-  $ hg locate 'set:(**.py or grep("^#!.*python")) - removed()' 2>/dev/null \
+  $ hg locate -I 'set:(**.py or grep("^#!.*python")) - removed()' 2>/dev/null \
   > | xargs pyflakes 2>/dev/null