X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft3404-rebase-interactive.sh;h=b9e3dbd242cc92710d1c689ca5412619e46ee63f;hb=4ec22a48c0575c8a303cd00b5ef4b3d703fbf8b3;hp=9cf873f7ebfa8f8a4fd215cbbb468f955d6a47e3;hpb=32a27b56662b1c7aa13f98c95f170ba5290c7559;p=git.git diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 9cf873f7e..b9e3dbd24 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -91,9 +91,8 @@ for line in $FAKE_LINES; do done EOF +test_set_editor "$(pwd)/fake-editor.sh" chmod a+x fake-editor.sh -VISUAL="$(pwd)/fake-editor.sh" -export VISUAL test_expect_success 'no changes are a nop' ' git rebase -i F &&