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 <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2017-02-04 09:36:45 +01:00
parent 1c1842bcba
commit df69448287

View File

@@ -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 &&