aboutsummaryrefslogtreecommitdiff
path: root/t/lib-credential.sh
diff options
context:
space:
mode:
authorBen Walton <bwalton@artsci.utoronto.ca>2012-01-09 21:47:33 -0500
committerJunio C Hamano <gitster@pobox.com>2012-01-09 20:43:48 -0800
commit8b9624c3741f3449510285fec21106bfee5d4942 (patch)
treed1c54e078caa75b02813999b996b948655979505 /t/lib-credential.sh
parentf3f778df6900881a7bac409c927931c32b82bcb5 (diff)
downloadgit-8b9624c3741f3449510285fec21106bfee5d4942.tar.gz
git-8b9624c3741f3449510285fec21106bfee5d4942.tar.xz
Use perl instead of sed for t8006-blame-textconv test
In test 'blame --textconv with local changes' of t8006-blame-textconv, using /usr/xpg4/bin/sed (as set by SANE_TOOL_PATH), an additional newline was added to the output from the 'helper' script. This was noted by sed with a message such as: sed: Missing newline at end of file zero.bin. Sed then exits with status 2 causing the helper script to also exit with status 2. In turn, this was triggering a fatal error from git blame: fatal: unable to read files to diff To work around this difference in sed behaviour, use perl -p instead of sed -e as it exits cleanly and does not insert the additional newline. Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-credential.sh')
0 files changed, 0 insertions, 0 deletions