aboutsummaryrefslogtreecommitdiff
path: root/t/t9200-git-cvsexportcommit.sh
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2013-11-25 13:02:16 -0800
committerJunio C Hamano <gitster@pobox.com>2013-11-26 14:21:26 -0800
commitb018c73526ca9d941c64d6a41d9c24968de38c2b (patch)
treeec19821f24d1c599507a814c82b047789d0c4eb5 /t/t9200-git-cvsexportcommit.sh
parent30a3318ac06c639f0ccb25b3abf627b3120c4dc9 (diff)
downloadgit-b018c73526ca9d941c64d6a41d9c24968de38c2b.tar.gz
git-b018c73526ca9d941c64d6a41d9c24968de38c2b.tar.xz
test: make FILEMODE a lazy prereq
This way, test authors don't need to remember to source lib-prereq-FILEMODE.sh before using the FILEMODE prereq to guard tests that rely on the executable bit being honored when checking out files. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9200-git-cvsexportcommit.sh')
-rwxr-xr-xt/t9200-git-cvsexportcommit.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh
index 3fb336890..812c9cd46 100755
--- a/t/t9200-git-cvsexportcommit.sh
+++ b/t/t9200-git-cvsexportcommit.sh
@@ -5,7 +5,6 @@
test_description='Test export of commits to CVS'
. ./test-lib.sh
-. "$TEST_DIRECTORY"/lib-prereq-FILEMODE.sh
if ! test_have_prereq PERL; then
skip_all='skipping git cvsexportcommit tests, perl not available'