Skip to content

Commit

Permalink
Merge branch 'ab/t3070-test-dedup' into maint
Browse files Browse the repository at this point in the history
Test cleanup.

* ab/t3070-test-dedup:
  wildmatch test: remove redundant duplicate test
  • Loading branch information
gitster committed Jun 13, 2017
2 parents a4478c9 + 44e2ff0 commit cbbe1c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/t3070-wildmatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down

0 comments on commit cbbe1c8

Please sign in to comment.