| Summary: | bin/ls/ls_tests:o_flag fails with a ZFS /tmp | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Alan Somers <asomers> |
| Component: | tests | Assignee: | Alan Somers <asomers> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | ngie |
| Priority: | --- | Flags: | asomers:
mfc-stable11+
asomers: mfc-stable10- |
| Version: | CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Alan Somers
2016-12-09 18:15:00 UTC
A commit references this bug: Author: asomers Date: Thu Dec 15 16:13:52 UTC 2016 New revision: 310118 URL: https://svnweb.freebsd.org/changeset/base/310118 Log: Fix ls_tests:o_flag with ZFS TMPDIR Unlike UFS or TMPFS, ZFS sets uarch automatically whenever a file is updated. The test must explicitly clear uarch to be portable across filesystems. Also, it doesn't need to run as root. PR: 215179 MFC after: 4 weeks Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D8741 Changes: head/bin/ls/tests/ls_tests.sh MFCed to stable/11 by r310118 |