From: Jeff King Date: Fri, 3 Apr 2009 19:33:59 +0000 (-0400) Subject: tests: skip perl tests if NO_PERL is defined X-Git-Tag: v1.6.3-rc0~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1b19ccd236e3369ac77d74ded207406ffbf9feca?hp=1b19ccd236e3369ac77d74ded207406ffbf9feca tests: skip perl tests if NO_PERL is defined These scripts all test git programs that are written in perl, and thus obviously won't work if NO_PERL is defined. We pass NO_PERL to the scripts from the building Makefile via the GIT-BUILD-OPTIONS file. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---