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 | |
parent | a4478c9c0319a1d32dc8af76366ef8d855c16ff9 (diff) | |
parent | 44e2ff09cef17eb8b25ceee3a950d88dbdd19252 (diff) | |
download | git-cbbe1c87130f066692253fc9cd87b6f65f31e2dc.tar.gz git-cbbe1c87130f066692253fc9cd87b6f65f31e2dc.tar.xz |
Merge branch 'ab/t3070-test-dedup' into maint
Test cleanup.
* ab/t3070-test-dedup:
wildmatch test: remove redundant duplicate test
-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 ef509df35..7ca69f4be 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]' |