Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-10 22:39:07 +0300
committerJunio C Hamano <gitster@pobox.com>2008-12-10 22:39:07 +0300
commitde749a972d3e262de27928785c83c7b286a18df0 (patch)
treefd8e374ea64183680e026f9ce6e562c2fb158c7f /t/t4031-diff-rewrite-binary.sh
parent5363d0744e7360beee990d3c2a8c1eb64a23071e (diff)
Fix t4031
When I tweaked the patch to use $SHELL_PATH instead of a hard-coded "#!/bin/sh" to produce 3aa1f7c (diff: respect textconv in rewrite diffs, 2008-12-09), I screwed up. This should fix it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4031-diff-rewrite-binary.sh')
-rwxr-xr-xt/t4031-diff-rewrite-binary.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4031-diff-rewrite-binary.sh b/t/t4031-diff-rewrite-binary.sh
index 157ed85a79..a894c60622 100755
--- a/t/t4031-diff-rewrite-binary.sh
+++ b/t/t4031-diff-rewrite-binary.sh
@@ -46,7 +46,7 @@ test_expect_success 'rewrite diff can show binary patch' '
{
echo "#!$SHELL_PATH"
- cat >dump <<'EOF'
+ cat <<'EOF'
perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' < "$1"
EOF
} >dump