summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-06-13 13:27:04 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-06-13 13:27:04 -0700
commitcbbe1c87130f066692253fc9cd87b6f65f31e2dc (patch)
treeebcc8a153035b28c0c275c6009a85549e9853798 /t
parentMerge branch 'jh/memihash-opt' into maint (diff)
parentwildmatch test: remove redundant duplicate test (diff)
downloadtgif-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-xt/t3070-wildmatch.sh1
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]'