Skip to content

Commit 3d5a179

Browse files
committed
Merge branch 'js/t5404-path-fix'
Test fix. * js/t5404-path-fix: t5404: relax overzealous test
2 parents b3d6c48 + 43b44cc commit 3d5a179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5404-tracking-branches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test_expect_success 'deleted branches have their tracking branches removed' '
5656
test_expect_success 'already deleted tracking branches ignored' '
5757
git branch -d -r origin/b3 &&
5858
git push origin :b3 >output 2>&1 &&
59-
! grep error output
59+
! grep "^error: " output
6060
'
6161

6262
test_done

0 commit comments

Comments
 (0)