X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft4030-diff-textconv.sh;h=0b76e7c97a511e5d5bbedaf54d4bab10a15caeb2;hb=2d2b3fd8485eee6dd238b930f2592535730089a4;hp=03ba26a0de7d1bf41269cfb1f1b9f33b733482e1;hpb=c9d8563c815a6a90bcc15057de288684d7cae5ef;p=git.git diff --git a/t/t4030-diff-textconv.sh b/t/t4030-diff-textconv.sh index 03ba26a0d..0b76e7c97 100755 --- a/t/t4030-diff-textconv.sh +++ b/t/t4030-diff-textconv.sh @@ -21,7 +21,7 @@ EOF cat >hexdump <<'EOF' #!/bin/sh -perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' "$1" +perl -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' < "$1" EOF chmod +x hexdump