X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3403-rebase-skip.sh;h=977c498f00f2d8e2066bd586130ee84fe1a196a3;hb=9e64d109f905afb225f48409c4e0e068b2203332;hp=bb2531536160bb0a6510cc316d8d74a1da2312e7;hpb=340adb8bccf48b9d933f0608fd99c75a5c28003c;p=git.git diff --git a/t/t3403-rebase-skip.sh b/t/t3403-rebase-skip.sh index bb2531536..977c498f0 100755 --- a/t/t3403-rebase-skip.sh +++ b/t/t3403-rebase-skip.sh @@ -10,12 +10,6 @@ test_description='git rebase --merge --skip tests' # we assume the default git-am -3 --skip strategy is tested independently # and always works :) -if test "$no_python"; then - echo "Skipping: no python => no recursive merge" - test_done - exit 0 -fi - test_expect_success setup ' echo hello > hello && git add hello &&