summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-30 05:17:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-30 05:17:23 (GMT)
commit0ba92ef3386a360442e0403b6655384c2d62557f (patch)
treed1242ed1c5531dcdc53002fba703a413d27eb492
parentab9bc95d537187fc39465bca1d40438b2e2ee6b5 (diff)
parent1bb207e0fecb49e35b14b673987cce2884239e04 (diff)
downloadgit-0ba92ef3386a360442e0403b6655384c2d62557f.zip
git-0ba92ef3386a360442e0403b6655384c2d62557f.tar.gz
git-0ba92ef3386a360442e0403b6655384c2d62557f.tar.bz2
Merge branch 'jc/test-lazy-prereq'
Test-script clean-up. * jc/test-lazy-prereq: tests: drop GIT_*_TIMING_TESTS environment variable support
-rwxr-xr-xt/t3302-notes-index-expensive.sh2
-rwxr-xr-xt/t3419-rebase-patch-id.sh2
2 files changed, 0 insertions, 4 deletions
diff --git a/t/t3302-notes-index-expensive.sh b/t/t3302-notes-index-expensive.sh
index 8d44e04..7217c5e 100755
--- a/t/t3302-notes-index-expensive.sh
+++ b/t/t3302-notes-index-expensive.sh
@@ -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
diff --git a/t/t3419-rebase-patch-id.sh b/t/t3419-rebase-patch-id.sh
index 9292b49..217dd79 100755
--- a/t/t3419-rebase-patch-id.sh
+++ b/t/t3419-rebase-patch-id.sh
@@ -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