From 45283b5ba1f8baa9e27aa8ce69587f0bbec2578c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 29 Jul 2015 17:59:51 +0000 Subject: [PATCH] fixup! mingw: add tests for the hidden attribute on the git directory --- t/t0001-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0001-init.sh b/t/t0001-init.sh index fb590f05f6..a8d8b4d82f 100755 --- a/t/t0001-init.sh +++ b/t/t0001-init.sh @@ -357,7 +357,7 @@ test_expect_success MINGW 'plain hidden' ' ' test_expect_success MINGW 'plain bare not hidden' ' - rm -rf newdir + rm -rf newdir && ( unset GIT_DIR GIT_WORK_TREE GIT_CONFIG mkdir newdir &&