summaryrefslogtreecommitdiff
path: root/t/t6022-merge-rename.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-10-27 21:29:55 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-10-27 21:29:55 (GMT)
commit36889a5078767be8cc0189c10d235dda327c6a30 (patch)
tree84275b41ab53dd6b81bbf2cab25f70d221989be1 /t/t6022-merge-rename.sh
parent019298015bb7c826b72f2573047b7221b0921fd3 (diff)
downloadgit-36889a5078767be8cc0189c10d235dda327c6a30.zip
git-36889a5078767be8cc0189c10d235dda327c6a30.tar.gz
git-36889a5078767be8cc0189c10d235dda327c6a30.tar.bz2
tests: merge-recursive is usable without Python
Many tests still protected themselves with $no_python; there is no need to do so anymore. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t6022-merge-rename.sh')
-rwxr-xr-xt/t6022-merge-rename.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/t6022-merge-rename.sh b/t/t6022-merge-rename.sh
index 5ac2564..497ef36 100755
--- a/t/t6022-merge-rename.sh
+++ b/t/t6022-merge-rename.sh
@@ -3,12 +3,6 @@
test_description='Merge-recursive merging renames'
. ./test-lib.sh
-if test "$no_python"; then
- echo "Skipping: no python => no recursive merge"
- test_done
- exit 0
-fi
-
test_expect_success setup \
'
cat >A <<\EOF &&