diff options
author | Jeff King <peff@peff.net> | 2008-10-13 05:35:59 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-17 11:30:54 -0700 |
commit | 72130808173d3dfee85f2a29548fa9fec33a5351 (patch) | |
tree | 09be2c953557aa9429f9a2a94caeab512cb2907c /builtin-show-branch.c | |
parent | t1301-shared-repo.sh: don't let a default ACL interfere with the test (diff) | |
download | tgif-72130808173d3dfee85f2a29548fa9fec33a5351.tar.xz |
tests: shell negation portability fix
Commit 969c8775 introduced a test which uses the non-portable construct:
command1 && ! command2 | command3
which must be
command1 && ! (command2 | command3)
to work on bsd shells (this is another example of bbf08124, which fixed
several similar cases).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-show-branch.c')
0 files changed, 0 insertions, 0 deletions