Skip to content

Commit 1d27164

Browse files
committed
Merge branch 'sg/t7501-thinkofix'
Test fixes. * sg/t7501-thinkofix: t7501-commit: drop silly command substitution
2 parents df19317 + 15da753 commit 1d27164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7501-commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ test_expect_success '--dry-run with conflicts fixed from a merge' '
675675
git checkout -b branch-2 HEAD^1 &&
676676
echo "commit-2-state" >test-file &&
677677
git commit -m "commit 2" -i test-file &&
678-
! $(git merge --no-commit commit-1) &&
678+
test_must_fail git merge --no-commit commit-1 &&
679679
echo "commit-2-state" >test-file &&
680680
git add test-file &&
681681
git commit --dry-run &&

0 commit comments

Comments
 (0)