X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7004-tag.sh;h=097ce2bc8382e748925aa25c2dc0a1f06f6c7b4c;hb=8702fee6171abb2e353499fa0cecba90ad5f277f;hp=2ac1c66079b7656a60a25fbbb91c48c0b1db010b;hpb=6c252ef79e314eef8fca862cca8a63329fa7591c;p=git.git diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 2ac1c6607..097ce2bc8 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -257,6 +257,11 @@ test_expect_success \ test_cmp expect actual ' +test_expect_success 'tag -l can accept multiple patterns' ' + git tag -l "v1*" "v0*" >actual && + test_cmp expect actual +' + # creating and verifying lightweight tags: test_expect_success \