diff options
author | Johannes Sixt <j6t@kdbg.org> | 2014-03-21 22:07:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 15:02:36 -0700 |
commit | dd4dc5c574c0849fef6855d9efdfae5dc9369f2d (patch) | |
tree | 47df3242d87a72e59e06975fbbd81bbe5a472933 /t/t4018-diff-funcname.sh | |
parent | 2d08413ba1ce0a1940e97a5a8af5faf40ab8d178 (diff) | |
download | git-dd4dc5c574c0849fef6855d9efdfae5dc9369f2d.tar.gz |
t4018: convert java pattern test to the new infrastructure
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4018-diff-funcname.sh')
-rwxr-xr-x | t/t4018-diff-funcname.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t4018-diff-funcname.sh b/t/t4018-diff-funcname.sh index c94a5f49d2..008325f2a8 100755 --- a/t/t4018-diff-funcname.sh +++ b/t/t4018-diff-funcname.sh @@ -79,10 +79,6 @@ test_expect_success 'set up .gitattributes declaring drivers to test' ' EOF ' -test_expect_success 'preset java pattern' ' - test_expect_funcname "public static void main(" -' - test_expect_success 'custom pattern' ' test_config diff.java.funcname "!static !String |