mirror of
https://github.com/git/git.git
synced 2026-01-27 02:48:32 +00:00
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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user