diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2013-11-25 13:02:16 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-26 14:21:26 -0800 |
commit | b018c73526ca9d941c64d6a41d9c24968de38c2b (patch) | |
tree | ec19821f24d1c599507a814c82b047789d0c4eb5 /t/t4129-apply-samemode.sh | |
parent | 30a3318ac06c639f0ccb25b3abf627b3120c4dc9 (diff) | |
download | git-b018c73526ca9d941c64d6a41d9c24968de38c2b.tar.gz |
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/t4129-apply-samemode.sh')
-rwxr-xr-x | t/t4129-apply-samemode.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4129-apply-samemode.sh b/t/t4129-apply-samemode.sh index 0d36ebdc86..c268298eaf 100755 --- a/t/t4129-apply-samemode.sh +++ b/t/t4129-apply-samemode.sh @@ -3,7 +3,6 @@ test_description='applying patch with mode bits' . ./test-lib.sh -. "$TEST_DIRECTORY"/lib-prereq-FILEMODE.sh test_expect_success setup ' echo original >file && |