diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-29 22:17:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-29 22:17:23 -0700 |
commit | 0ba92ef3386a360442e0403b6655384c2d62557f (patch) | |
tree | d1242ed1c5531dcdc53002fba703a413d27eb492 /t/t3419-rebase-patch-id.sh | |
parent | ab9bc95d537187fc39465bca1d40438b2e2ee6b5 (diff) | |
parent | 1bb207e0fecb49e35b14b673987cce2884239e04 (diff) | |
download | git-0ba92ef3386a360442e0403b6655384c2d62557f.tar.gz |
Merge branch 'jc/test-lazy-prereq'
Test-script clean-up.
* jc/test-lazy-prereq:
tests: drop GIT_*_TIMING_TESTS environment variable support
Diffstat (limited to 't/t3419-rebase-patch-id.sh')
-rwxr-xr-x | t/t3419-rebase-patch-id.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t3419-rebase-patch-id.sh b/t/t3419-rebase-patch-id.sh index 9292b499f3..217dd79b2e 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 |