test-lib: simplify GIT_SKIP_TESTS loop
commit47e67d479b305bbec996b2422e2776fb7c39be27
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 12 Jul 2010 10:32:18 +0000 (12 12:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Jul 2010 14:52:52 +0000 (12 07:52 -0700)
treef685e7358662024249640beaeec91a9c6508d2c7
parent609eb9f7ff2af45d52ea90c0678a442d46aaa163
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>
t/test-lib.sh