projects
/
mercurial.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0743e4b
)
test-hghave-testrepo
author
Debian Python Team
<team+python@tracker.debian.org>
Wed, 27 Sep 2023 08:27:49 +0000
(09:27 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 27 Sep 2023 08:27:49 +0000
(09:27 +0100)
https://bz.mercurial-scm.org/show_bug.cgi?id=6762
Gbp-Pq: Name test-hghave-testrepo.patch
tests/test-hghave.t
patch
|
blob
|
history
diff --git
a/tests/test-hghave.t
b/tests/test-hghave.t
index 5ca66b85f516bd375131dfe18356889139db22b5..dbf63d3441e2bc8a15b12c1e9796c3edee8b28a3 100644
(file)
--- 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 \
> )