We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df19317 + 15da753 commit 1d27164Copy full SHA for 1d27164
t/t7501-commit.sh
@@ -675,7 +675,7 @@ test_expect_success '--dry-run with conflicts fixed from a merge' '
675
git checkout -b branch-2 HEAD^1 &&
676
echo "commit-2-state" >test-file &&
677
git commit -m "commit 2" -i test-file &&
678
- ! $(git merge --no-commit commit-1) &&
+ test_must_fail git merge --no-commit commit-1 &&
679
680
git add test-file &&
681
git commit --dry-run &&
0 commit comments