# HG changeset patch # User Matt Harbison # Date 1729273513 14400 # Node ID c424df1248a3ac2b918b3b97fc139282533d8f70 # Parent bf3e6680c3e4aa1507e9e6d44a2aeb58016097dd tests: actually test the non-mmap case in `test-branches.t` It looks like 40943970b7ae renamed the config, but also flipped it to 'on' by default, and the test file didn't keep up. I noticed because all 4 test cases failed on Windows due to a mmap problem, and there only should have been 2. diff -r bf3e6680c3e4 -r c424df1248a3 tests/test-branches.t --- a/tests/test-branches.t Thu Oct 17 15:34:45 2024 -0400 +++ b/tests/test-branches.t Fri Oct 18 13:45:13 2024 -0400 @@ -6,6 +6,11 @@ > [storage] > revbranchcache.mmap=true > EOF +#else + $ cat <> $HGRCPATH + > [storage] + > revbranchcache.mmap=false + > EOF #endif #if v3