test-hghave-testrepo
authorDebian Python Team <team+python@tracker.debian.org>
Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)
committerJulien Cristau <jcristau@debian.org>
Wed, 7 Dec 2022 12:59:55 +0000 (12:59 +0000)
https://bz.mercurial-scm.org/show_bug.cgi?id=6762

Gbp-Pq: Name test-hghave-testrepo.patch

tests/test-hghave.t

index d51fdcbf8c7f2f1cb29803346c450121b87d71fa..a49caa42f3ae00271b3e8a2d778298ff96f242f8 100644 (file)
@@ -1,5 +1,3 @@
-  $ . "$TESTDIR/helpers-testrepo.sh"
-
 Testing that hghave does not crash when checking features
 
   $ hghave --test-features 2>/dev/null
@@ -21,7 +19,6 @@ Testing hghave extensibility for third party tools
   >   foo
   > EOF
   $ ( \
-  > testrepohgenv; \
   > "$PYTHON" $TESTDIR/run-tests.py --with-hg=$HGTEST_REAL_HG -j 1 \
   >    $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t \
   > )