On 01/01/2026 12:25, Sylvestre Ledru wrote:
Hello
Two more tests for behavior aren't tested currently!
chmod: check exit code with multiple files when there is a failure
I think you meant skip_if_root_ not skip_if_not_root_
Also sudo isn't appropriate due to possibility of prompting for passwords etc.
Could this be simplified to just?
touch file || framework_failure_
returns_ 1 chmod 0 file missing_file || fail=1
mv: check broken symlink cross-filesystem move
I pushed that one.
thanks,
Padraig
Cheers
Sylvestre