]> git.ipfire.org Git - thirdparty/git.git/commit
Several tests: cd inside subshell instead of around
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 6 Sep 2010 18:39:54 +0000 (20:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Sep 2010 21:30:53 +0000 (14:30 -0700)
commitfd4ec4f2bb980ce07bb28d5823a95610f251d00b
tree824a488c7708e4271f157f15c760947890a2e0bc
parentaf24059fa299f1656692f5807eddd3b30b5f3cfb
Several tests: cd inside subshell instead of around

Fixed all places where it was a straightforward change from cd'ing into a
directory and back via "cd .." to a cd inside a subshell.

Found these places with "git grep -w "cd \.\.".

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
32 files changed:
t/t1020-subdirectory.sh
t/t1302-repo-version.sh
t/t2101-update-index-reupdate.sh
t/t3060-ls-files-with-tree.sh
t/t3409-rebase-preserve-merges.sh
t/t3903-stash.sh
t/t4041-diff-submodule-option.sh
t/t5510-fetch.sh
t/t6050-replace.sh
t/t7400-submodule-basic.sh
t/t7401-submodule-summary.sh
t/t9100-git-svn-basic.sh
t/t9101-git-svn-props.sh
t/t9102-git-svn-deep-rmdir.sh
t/t9104-git-svn-follow-parent.sh
t/t9105-git-svn-commit-diff.sh
t/t9106-git-svn-commit-diff-clobber.sh
t/t9107-git-svn-migrate.sh
t/t9114-git-svn-dcommit-merge.sh
t/t9115-git-svn-dcommit-funky-renames.sh
t/t9116-git-svn-log.sh
t/t9119-git-svn-info.sh
t/t9120-git-svn-clone-with-percent-escapes.sh
t/t9123-git-svn-rebuild-with-rewriteroot.sh
t/t9125-git-svn-multi-glob-branch-names.sh
t/t9127-git-svn-partial-rebuild.sh
t/t9128-git-svn-cmd-branch.sh
t/t9137-git-svn-dcommit-clobber-series.sh
t/t9300-fast-import.sh
t/t9401-git-cvsserver-crlf.sh
t/t9600-cvsimport.sh
t/t9603-cvsimport-patchsets.sh