File: test-hghave-testrepo.patch

package info (click to toggle)
mercurial 7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 45,084 kB
  • sloc: python: 208,593; ansic: 56,460; tcl: 3,715; sh: 1,839; lisp: 1,483; cpp: 864; makefile: 769; javascript: 649; xml: 36
file content (22 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://bz.mercurial-scm.org/show_bug.cgi?id=6762

---
 tests/test-hghave.t |    3 ---
 1 file changed, 3 deletions(-)

--- a/tests/test-hghave.t
+++ b/tests/test-hghave.t
@@ -1,5 +1,3 @@
-  $ . "$TESTDIR/helpers-testrepo.sh"
-
   $ . "$TESTDIR/helper-runtests.sh"
 
 Testing that hghave does not crash when checking features
@@ -27,7 +25,6 @@ Testing hghave extensibility for third p
 # the middle of the test (and the associated dependencies)
 
   $ ( \
-  > testrepohgenv; \
   > "$PYTHON" $TESTDIR/run-tests.py \
   >     --with-hg=$HGTEST_REAL_HG \
   >     --jobs 1 \