projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5363d07
)
Fix t4031
author
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Dec 2008 19:39:07 +0000
(11:39 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 10 Dec 2008 19:39:07 +0000
(11:39 -0800)
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>
t/t4031-diff-rewrite-binary.sh
patch
|
blob
|
history
diff --git
a/t/t4031-diff-rewrite-binary.sh
b/t/t4031-diff-rewrite-binary.sh
index 157ed85a79765d1400c89614109c502f17a6a7c3..a894c6062271c53b688830a3230d1c78fb561d70 100755
(executable)
--- 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