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 a4443df + 752570d commit 1e63ad8Copy full SHA for 1e63ad8
t/t9811-git-p4-label-import.sh
@@ -97,7 +97,6 @@ test_expect_success 'two labels on the same changelist' '
97
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 &&
101
102
cd main &&
103
@@ -207,7 +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 show-ref --verify refs/tags/TAG_F1_1 &&
+ git show-ref --verify refs/tags/TAG_F1_1
211
) &&
212
(
213
cd "$cli" &&
0 commit comments