mirror of
https://github.com/git/git.git
synced 2026-02-11 18:30:40 +00:00
fixup! Fix t3404 for Windows
This commit is contained in:
@@ -865,7 +865,7 @@ test_expect_success 'rebase -i --exec without <CMD>' '
|
|||||||
test_must_fail git rebase -i --exec 2>tmp &&
|
test_must_fail git rebase -i --exec 2>tmp &&
|
||||||
sed -e "1d" tmp >actual &&
|
sed -e "1d" tmp >actual &&
|
||||||
test_must_fail git rebase -h >expected &&
|
test_must_fail git rebase -h >expected &&
|
||||||
test_cmp expected actual &&
|
test_cmp_text expected actual &&
|
||||||
git checkout master
|
git checkout master
|
||||||
'
|
'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user