File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ test_expect_success 'two labels on the same changelist' '
9595 cd "$git" &&
9696 git p4 sync --import-labels &&
9797
98- git tag | grep TAG_F1 &&
99- git tag | grep -q TAG_F1_1 &&
100- git tag | grep -q TAG_F1_2 &&
98+ git show-ref --verify refs/tags/TAG_F1_1 &&
99+ git show-ref --verify refs/tags/TAG_F1_2 &&
100+ test_must_fail git show-ref --verify refs/tags/TAG_F1_ONLY &&
101101
102102 cd main &&
103103
@@ -207,8 +207,7 @@ test_expect_success 'use git config to enable import/export of tags' '
207207 git tag CFG_A_GIT_TAG &&
208208 git p4 rebase --verbose &&
209209 git p4 submit --verbose &&
210- git tag &&
211- git tag | grep TAG_F1_1
210+ git show-ref --verify refs/tags/TAG_F1_1 &&
212211 ) &&
213212 (
214213 cd "$cli" &&
You can’t perform that action at this time.
0 commit comments