Test case: sys/fs/tmpfs/remove_test:uchg
- Test program: /usr/tests/sys/fs/tmpfs/remove_test
- Result: expected_failure: this fails on FreeBSD with root - bug 212861: atf-check failed; see the output of the test for details
- Start time: 2019-11-17T03:26:49.801760Z
- End time: 2019-11-17T03:26:50.041767Z
- Duration: 0.240s
- Execution context
Metadata
- allowed_architectures =
- allowed_platforms =
- description = Checks that files with the uchg flag set cannot be removed
- 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 [ mkdir /tmp/kyua.TrhFmT/534/work/mntpt ]
mount -t tmpfs tmpfs /tmp/kyua.TrhFmT/534/work/mntpt
Executing command [ touch a ]
Executing command [ chflags uchg a ]
Executing command [ rm -f a ]
Standard error
Fail: incorrect exit status: 0, expected: 1
stdout:
stderr:
cd: OLDPWD not set