diff options
Diffstat (limited to 't/t3070-wildmatch.sh')
| -rwxr-xr-x | t/t3070-wildmatch.sh | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/t/t3070-wildmatch.sh b/t/t3070-wildmatch.sh index 38446a0e87..ef509df351 100755 --- a/t/t3070-wildmatch.sh +++ b/t/t3070-wildmatch.sh @@ -14,19 +14,6 @@ match() {  	    ! test-wildmatch wildmatch '$3' '$4'  	"      fi -    if [ $2 = 1 ]; then -	test_expect_success "fnmatch:       match '$3' '$4'" " -	    test-wildmatch fnmatch '$3' '$4' -	" -    elif [ $2 = 0 ]; then -	test_expect_success "fnmatch:    no match '$3' '$4'" " -	    ! test-wildmatch fnmatch '$3' '$4' -	" -#    else -#	test_expect_success BROKEN_FNMATCH "fnmatch:       '$3' '$4'" " -#	    ! test-wildmatch fnmatch '$3' '$4' -#	" -    fi  }  imatch() {  | 
