mirror of
https://github.com/git/git.git
synced 2026-02-11 10:18:04 +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 &&
|
||||
sed -e "1d" tmp >actual &&
|
||||
test_must_fail git rebase -h >expected &&
|
||||
test_cmp expected actual &&
|
||||
test_cmp_text expected actual &&
|
||||
git checkout master
|
||||
'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user