diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2018-07-01 20:23:43 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-03 12:38:04 -0700 |
commit | ed6c994af407dd2bea110460657222e39a7d83ad (patch) | |
tree | 8b21a757e09a53b572e01aad98d260a98afca0c5 /unpack-trees.c | |
parent | t: use test_write_lines() instead of series of 'echo' commands (diff) | |
download | tgif-ed6c994af407dd2bea110460657222e39a7d83ad.tar.xz |
t: use sane_unset() rather than 'unset' with broken &&-chain
These tests intentionally break the &&-chain after using 'unset' since
they don't know if 'unset' will succeed or fail and don't want a local
'unset' failure to fail the test overall. We can do better by using
sane_unset(), which can be linked into the &&-chain as usual.
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'unpack-trees.c')
0 files changed, 0 insertions, 0 deletions