Merge branch 'jc/test-lazy-prereq'

Test-script clean-up.

* jc/test-lazy-prereq:
  tests: drop GIT_*_TIMING_TESTS environment variable support
This commit is contained in:
Junio C Hamano 2014-09-29 22:17:22 -07:00
commit 0ba92ef338
2 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@ test_description='Test commit notes index (expensive!)'
. ./test-lib.sh
test -n "$GIT_NOTES_TIMING_TESTS" && test_set_prereq EXPENSIVE
create_repo () {
number_of_commits=$1
nr=0

View File

@ -4,8 +4,6 @@ test_description='git rebase - test patch id computation'
. ./test-lib.sh
test -n "$GIT_PATCHID_TIMING_TESTS" && test_set_prereq EXPENSIVE
count () {
i=0
while test $i -lt $1