Skip to content

Commit

Permalink
fixup! mingw: respect core.hidedotfiles = false in git-init again
Browse files Browse the repository at this point in the history
Fix broken command chain in t0001-init.sh.

Signed-off-by: Jameson Miller <jamill@microsoft.com>
  • Loading branch information
jamill committed Sep 17, 2018
1 parent d96bb8b commit faec6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0001-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ test_expect_success MINGW 'core.hidedotfiles = false' '
git config --global core.hidedotfiles false &&
rm -rf newdir &&
(
unset GIT_DIR GIT_WORK_TREE GIT_CONFIG
sane_unset GIT_DIR GIT_WORK_TREE GIT_CONFIG &&
mkdir newdir &&
cd newdir &&
git init
Expand Down

0 comments on commit faec6ef

Please sign in to comment.