]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3403-rebase-skip.sh
War on whitespace
[thirdparty/git.git] / t / t3403-rebase-skip.sh
index bb2531536160bb0a6510cc316d8d74a1da2312e7..9e11ed295d02f760f01a5b4fcb371b17a5b710cf 100755 (executable)
@@ -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 &&
@@ -60,4 +54,3 @@ test_expect_success 'merge and reference trees equal' \
 test_debug 'gitk --all & sleep 1'
 
 test_done
-