diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2014-06-06 07:56:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-09 15:53:41 -0700 |
commit | 795fcb0e5eafacdb038652f538af922e956cf5fe (patch) | |
tree | aaca437bf2bd43f76cfec5fe8a902d1ce9286adf /t/t9145-git-svn-master-branch.sh | |
parent | t/t5538-push-shallow.sh: avoid "test <cond> -a/-o <cond>" (diff) | |
download | tgif-795fcb0e5eafacdb038652f538af922e956cf5fe.tar.xz |
t/t9814-git-p4-rename.sh: avoid "test <cond> -a/-o <cond>"
The construct is error-prone; "test" being built-in in most modern
shells, the reason to avoid "test <cond> && test <cond>" spawning
one extra process by using a single "test <cond> -a <cond>" no
longer exists.
Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9145-git-svn-master-branch.sh')
0 files changed, 0 insertions, 0 deletions