From df6944828780819f7003de767cf43cd29b62067e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 4 Feb 2017 09:36:45 +0100 Subject: [PATCH] fixup! fscache: add a test for the dir-not-found optimization The fscache feature only exists on Windows, therefore we can only successfully test it on that platform. Signed-off-by: Johannes Schindelin --- t/t1090-sparse-checkout-scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t1090-sparse-checkout-scope.sh b/t/t1090-sparse-checkout-scope.sh index 33a69a9c71..bea7e18233 100755 --- a/t/t1090-sparse-checkout-scope.sh +++ b/t/t1090-sparse-checkout-scope.sh @@ -49,7 +49,7 @@ test_expect_success 'return to full checkout of master' ' test "$(cat b)" = "modified" ' -test_expect_success 'no unnecessary opendir() with fscache' ' +test_expect_success MINGW 'no unnecessary opendir() with fscache' ' git clone . fscache-test && ( cd fscache-test &&