You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some `chmod` behavior is implementation defined (see: POSIX spec).
Since the 9P2000.L protocol is used, we test against GNU's `chmod`.
Trying to run these tests on Unix systems like Illumos, Darwin, et al.
will produce different results for the same symbolic expressions, as
they have different implementations / symbolic expression parsing rules.
0 commit comments