We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbe2267 + ee40e26 commit 51ddc12Copy full SHA for 51ddc12
t/t9811-git-p4-label-import.sh
@@ -95,9 +95,8 @@ test_expect_success 'two labels on the same changelist' '
95
cd "$git" &&
96
git p4 sync --import-labels &&
97
98
- git tag | grep TAG_F1 &&
99
- git tag | grep -q TAG_F1_1 &&
100
- git tag | grep -q TAG_F1_2 &&
+ git show-ref --verify refs/tags/TAG_F1_1 &&
+ git show-ref --verify refs/tags/TAG_F1_2 &&
101
102
cd main &&
103
@@ -207,8 +206,7 @@ test_expect_success 'use git config to enable import/export of tags' '
207
206
git tag CFG_A_GIT_TAG &&
208
git p4 rebase --verbose &&
209
git p4 submit --verbose &&
210
- git tag &&
211
- git tag | grep TAG_F1_1
+ git show-ref --verify refs/tags/TAG_F1_1
212
) &&
213
(
214
cd "$cli" &&
0 commit comments