diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-13 13:27:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-13 13:27:04 -0700 |
commit | cbbe1c87130f066692253fc9cd87b6f65f31e2dc (patch) | |
tree | ebcc8a153035b28c0c275c6009a85549e9853798 /t | |
parent | Merge branch 'jh/memihash-opt' into maint (diff) | |
parent | wildmatch test: remove redundant duplicate test (diff) | |
download | tgif-cbbe1c87130f066692253fc9cd87b6f65f31e2dc.tar.xz |
Merge branch 'ab/t3070-test-dedup' into maint
Test cleanup.
* ab/t3070-test-dedup:
wildmatch test: remove redundant duplicate test
Diffstat (limited to 't')
-rwxr-xr-x | t/t3070-wildmatch.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t3070-wildmatch.sh b/t/t3070-wildmatch.sh index ef509df351..7ca69f4bed 100755 --- a/t/t3070-wildmatch.sh +++ b/t/t3070-wildmatch.sh @@ -135,7 +135,6 @@ match 1 x '5' '[[:xdigit:]]' match 1 x 'f' '[[:xdigit:]]' match 1 x 'D' '[[:xdigit:]]' match 1 x '_' '[[:alnum:][:alpha:][:blank:][:cntrl:][:digit:][:graph:][:lower:][:print:][:punct:][:space:][:upper:][:xdigit:]]' -match 1 x '_' '[[:alnum:][:alpha:][:blank:][:cntrl:][:digit:][:graph:][:lower:][:print:][:punct:][:space:][:upper:][:xdigit:]]' match 1 x '.' '[^[:alnum:][:alpha:][:blank:][:cntrl:][:digit:][:lower:][:space:][:upper:][:xdigit:]]' match 1 x '5' '[a-c[:digit:]x-z]' match 1 x 'b' '[a-c[:digit:]x-z]' |