author | Michael J Gruber <git@drmicha.warpmail.net> | |
Mon, 12 Jul 2010 10:32:18 +0000 (12:32 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 12 Jul 2010 14:52:52 +0000 (07:52 -0700) | ||
commit | 47e67d479b305bbec996b2422e2776fb7c39be27 | |
tree | f685e7358662024249640beaeec91a9c6508d2c7 | tree | snapshot |
parent | 609eb9f7ff2af45d52ea90c0678a442d46aaa163 | commit | diff |
test-lib: simplify GIT_SKIP_TESTS loop
04ece59 (GIT_SKIP_TESTS: allow users to omit tests that are known to break, 2006-12-28)
introduced GIT_SKIP_TESTS, and since then we have had two nested loops
iterating over GIT_SKIP_TESTS with the same loop variable.
Reduce this to one loop.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
04ece59 (GIT_SKIP_TESTS: allow users to omit tests that are known to break, 2006-12-28)
introduced GIT_SKIP_TESTS, and since then we have had two nested loops
iterating over GIT_SKIP_TESTS with the same loop variable.
Reduce this to one loop.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh | diff | blob | history |