diff options
author | Jeff King <peff@peff.net> | 2014-03-20 19:23:06 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 14:35:13 -0700 |
commit | 410c3428ed42bc0978e2917236e95cd5f860864f (patch) | |
tree | 06ed8c28563f22ca7269456d526be6198c7e66dd /t/t1300-repo-config.sh | |
parent | 99e1c7367f34ecc69ce46263309610b66d027d88 (diff) | |
download | git-410c3428ed42bc0978e2917236e95cd5f860864f.tar.gz |
t0001: drop subshells just for "cd"jk/tests-cleanup
Many tests do something like:
(
mkdir foo &&
cd foo &&
git init
)
You can do the same these days with "git init foo", which
makes the tests shorter and simpler to read.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1300-repo-config.sh')
0 files changed, 0 insertions, 0 deletions