diff options
author | Jeff King <peff@peff.net> | 2016-04-09 17:04:30 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-10 11:46:43 -0700 |
commit | ca386ee177dac34a8a4721d546d05e4c6f96417b (patch) | |
tree | ddeee90261ec3f5660d0192c78189b20bdd34ba8 /git-filter-branch.sh | |
parent | Git 2.8.1 (diff) | |
download | tgif-ca386ee177dac34a8a4721d546d05e4c6f96417b.tar.xz |
t5532: use write_script
The recent cleanup in b7cbbff switched t5532's use of
backticks to $(). This matches our normal shell style, which
is good. But it also breaks the test on Solaris, where
/bin/sh does not understand $().
Our normal shell style assumes a modern-ish shell which
knows about $(). However, some tests create small helper
scripts and just write "#!/bin/sh" into them. These scripts
either need to go back to using backticks, or they need to
respect $SHELL_PATH. The easiest way to do the latter is to
use write_script.
While we're at it, let's also stick the script creation
inside a test_expect block (our usual style), and split the
perl snippet into its own script (to prevent quoting
madness).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-filter-branch.sh')
0 files changed, 0 insertions, 0 deletions