Skip to content

Commit

Permalink
t6031-test-merge-recursive: do not forget to add file to be committed
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stefan Beller authored and Junio C Hamano committed Sep 22, 2014
1 parent e6aaa39 commit 8c3419b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t6031-merge-recursive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test_expect_success 'mode change in one branch: keep changed version' '
git commit -m a &&
git checkout -b b1 master &&
test_chmod +x file1 &&
git add file1 &&
git commit -m b1 &&
git checkout a1 &&
git merge-recursive master -- a1 b1 &&
Expand Down

0 comments on commit 8c3419b

Please sign in to comment.