diff -r ab2dfc993b5c -r 7dd48d5da64f tests/test-remotefilelog-permissions.t --- a/tests/test-remotefilelog-permissions.t Tue Nov 09 02:00:25 2021 +0100 +++ b/tests/test-remotefilelog-permissions.t Tue Nov 09 02:08:18 2021 +0100 @@ -33,6 +33,8 @@ $ chmod -R u+w master/.hg/remotefilelogcache +#if suidbit + # Test setting up shared cache with the right permissions # (this is hard to test in a cross platform way, so we just make sure nothing # crashes) @@ -44,3 +46,5 @@ 1 files fetched over 1 fetches - (1 misses, 0.00% hit ratio) over * (glob) $ ls -ld $CACHEDIR/11 drwxrws* $TESTTMP/hgcache/11 (glob) + +#endif