diff tests/test-check-pyflakes.t @ 6911:e14ae43aed88 mercurial-5.9

test-compat: merge mercurial-6.0 into mercurial-5.9
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Oct 2024 16:09:37 +0400
parents 8cb7c24fb564
children
line wrap: on
line diff
--- a/tests/test-check-pyflakes.t	Wed Jun 26 16:07:53 2024 +0400
+++ b/tests/test-check-pyflakes.t	Fri Oct 25 16:09:37 2024 +0400
@@ -1,12 +1,14 @@
 #require test-repo pyflakes
 
+  $ . "$RUNTESTDIR/helpers-testrepo.sh"
+
 Copied from Mercurial core (60ee2593a270)
 
   $ cd "`dirname "$TESTDIR"`"
 
 run pyflakes on all tracked files ending in .py or with a python shebang
 
-  $ hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \
+  $ testrepohg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \
   > -X hgext3rd/evolve/thirdparty \
   > 2>/dev/null \
   > | xargs -0 "$PYTHON" -m pyflakes 2>/dev/null