Skip to content

Commit fbdafbe

Browse files
committed
t9811: fix misconversion of test
The previous commit started to insist TAG_F1_ONLY to be missing, which was not in the original. Let's not to be overly eager in the conversion. Signed-off-by: Junio C Hamano <[email protected]>
1 parent dccf129 commit fbdafbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t9811-git-p4-label-import.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ test_expect_success 'two labels on the same changelist' '
9797
9898
git show-ref --verify refs/tags/TAG_F1_1 &&
9999
git show-ref --verify refs/tags/TAG_F1_2 &&
100-
test_must_fail git show-ref --verify refs/tags/TAG_F1_ONLY &&
101100
102101
cd main &&
103102

0 commit comments

Comments
 (0)