Skip to content

Commit d6ae7b2

Browse files
felipecgitster
authored andcommitted
test: remote-helper: add missing and
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1afe6e4 commit d6ae7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5801-remote-helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ test_expect_success 'push update refs' '
160160
git checkout -b update master &&
161161
echo update >>file &&
162162
git commit -a -m update &&
163-
git push origin update
163+
git push origin update &&
164164
git rev-parse --verify remotes/origin/update >expect &&
165165
git rev-parse --verify testgit/origin/heads/update >actual &&
166166
test_cmp expect actual

0 commit comments

Comments
 (0)