Skip to content

Commit 0ba92ef

Browse files
committed
Merge branch 'jc/test-lazy-prereq'
Test-script clean-up. * jc/test-lazy-prereq: tests: drop GIT_*_TIMING_TESTS environment variable support
2 parents ab9bc95 + 1bb207e commit 0ba92ef

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

t/t3302-notes-index-expensive.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ test_description='Test commit notes index (expensive!)'
77

88
. ./test-lib.sh
99

10-
test -n "$GIT_NOTES_TIMING_TESTS" && test_set_prereq EXPENSIVE
11-
1210
create_repo () {
1311
number_of_commits=$1
1412
nr=0

t/t3419-rebase-patch-id.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ test_description='git rebase - test patch id computation'
44

55
. ./test-lib.sh
66

7-
test -n "$GIT_PATCHID_TIMING_TESTS" && test_set_prereq EXPENSIVE
8-
97
count () {
108
i=0
119
while test $i -lt $1

0 commit comments

Comments
 (0)