Skip to content

Commit

Permalink
fixup! fscache: add a test for the dir-not-found optimization
Browse files Browse the repository at this point in the history
The fscache feature only exists on Windows, therefore we can only
successfully test it on that platform.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 4, 2017
1 parent 1c1842b commit df69448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t1090-sparse-checkout-scope.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit df69448

Please sign in to comment.