Reviewed by: Pavel Zakharov <[email protected]> Reviewed by: Akash Ayare <[email protected]>
The test used `\>` to detect the end of a string, but this no longer works, so use `$` which works as well since the string ends the line anyway. You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/522 -- Commit Summary -- * 8965 zfs_acl_ls_001_pos fails due to no longer supported grep regex -- File Changes -- M usr/src/test/zfs-tests/tests/functional/acl/acl_common.kshlib (6) -- Patch Links -- https://github.com/openzfs/openzfs/pull/522.patch https://github.com/openzfs/openzfs/pull/522.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/522 ------------------------------------------ openzfs-developer Archives: https://openzfs.topicbox.com/groups/developer/discussions/T966328ea88090567-M0790f10b83600e75c7bb0e96 Powered by Topicbox: https://topicbox.com
