Test case: usr.sbin/chown/chown_test:f_flag
- Test program: /usr/tests/usr.sbin/chown/chown_test
- Result: failed: atf-check failed; see the output of the test for details
- Start time: 2020-10-13T12:50:18.278159Z
- End time: 2020-10-13T12:50:18.450711Z
- Duration: 0.173s
- Execution context
Metadata
- allowed_architectures =
- allowed_platforms =
- description = Verify that setting a mode for a file with -f doesn't emit an error message/exit with a non-zero code
- has_cleanup = true
- is_exclusive = false
- required_configs =
- required_disk_space = 0
- required_files =
- required_memory = 0
- required_programs =
- required_user = root
- timeout = 300
Standard output
Executing command [ truncate -s 0 foo bar ]
Executing command [ chown 0:0 foo bar ]
Executing command [ chflags uchg foo ]
Standard error
Fail: incorrect exit status: 1, expected: 0
stdout:
stderr:
chflags: foo: Operation not supported
Files left in work directory after failure: bar, foo