diff options
author | Brian Gernhardt <brian@gernhardtsoftware.com> | 2010-08-23 22:37:24 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-24 09:33:09 -0700 |
commit | 25641fcdb0d31130fadd649861035cc7db859cf7 (patch) | |
tree | cdb11e4e667f493556a8039c9fab12f5bdbc1d6b /builtin/annotate.c | |
parent | Merge branch 'maint' (diff) | |
download | tgif-25641fcdb0d31130fadd649861035cc7db859cf7.tar.xz |
t7610: cd inside subshell instead of around
Instead of using `cd dir && (...) && cd..` use `(cd dir && ...)`
This ensures that the test doesn't get caught in the subdirectory if
there is an error in the subshell.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/annotate.c')
0 files changed, 0 insertions, 0 deletions