Eric Sunshine writes:
>> -cat >check-for-diff <> -#!$SHELL_PATH
>> -exec grep '^diff --git' "\$1"
>> +write_script check-for-diff <<-EOF
>> + exec grep '^diff --git' "\$1"
>
> Food for thought:
>
> The original code used < evaluated at script creation time, and took special care to escape $
On Mon, May 26, 2014 at 2:56 PM, Caleb Thompson wrote:
> Use write_script from t/test-lib-functions instead of cat, shebang, and
> chmod.
>
> Signed-off-by: Caleb Thompson
> ---
> t/t7507-commit-verbose.sh | 6 ++
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/t/t7507-com
Use write_script from t/test-lib-functions instead of cat, shebang, and
chmod.
Signed-off-by: Caleb Thompson
---
t/t7507-commit-verbose.sh | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/t/t7507-commit-verbose.sh b/t/t7507-commit-verbose.sh
index 3b06d73..e62d921 100755
3 matches
Mail list logo