common/fuzzy: try to clear blocking flags first in _scratch_fuzz_modify
[xfstests-dev.git] / tests / generic / 355.out
1 QA output created by 355
2 Check that suid/sgid bits are cleared after direct write
3 == with no exec perm
4 before: -rwSr-Sr--
5 after:  -rw-r-Sr--
6 == with user exec perm
7 before: -rwsr-Sr--
8 after:  -rwxr-Sr--
9 == with group exec perm
10 before: -rwSr-sr--
11 after:  -rw-r-xr--
12 == with user+group exec perm
13 before: -rwsr-sr--
14 after:  -rwxr-xr--