From: Debian Python Team Date: Thu, 20 Mar 2025 12:56:44 +0000 (+0100) Subject: test-hghave-testrepo X-Git-Tag: archive/raspbian/6.3.2-1+rpi1+deb12u1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f5d171e005fa1ce96c595da0285057ddbaf7f0cc;p=mercurial.git test-hghave-testrepo https://bz.mercurial-scm.org/show_bug.cgi?id=6762 Gbp-Pq: Name test-hghave-testrepo.patch --- diff --git a/tests/test-hghave.t b/tests/test-hghave.t index 5ca66b8..dbf63d3 100644 --- a/tests/test-hghave.t +++ b/tests/test-hghave.t @@ -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 \ > )