mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Fix tests on Windows while running as a simple user
This commit is contained in:
parent
b3dd05580b
commit
9876d93b60
@ -565,7 +565,7 @@ func TestRefuseUnknownBits(t *testing.T) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "valid",
|
Name: "valid",
|
||||||
Flags: protocol.FlagsAll &^ protocol.FlagInvalid,
|
Flags: protocol.FlagsAll &^ (protocol.FlagInvalid | protocol.FlagSymlink),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user