Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-04 03:55:43 +0300
committerJunio C Hamano <gitster@pobox.com>2017-06-04 03:55:43 +0300
commit9af970339e1055313ca19f9f28d006ed621b0080 (patch)
tree956d3ecce4bc9d2f238bbf5acc0e4768dba8e86e /t
parent5160b821e9fe2804dde9451e4aae87d3c5af9754 (diff)
parent44e2ff09cef17eb8b25ceee3a950d88dbdd19252 (diff)
Merge branch 'ab/t3070-test-dedup'
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]'