]> git.proxmox.com Git - mirror_zfs.git/commit
OpenZFS 8965 - zfs_acl_ls_001_pos fails due to no longer supported grep regex
authorJohn Wren Kennedy <john.kennedy@delphix.com>
Wed, 31 Jan 2018 20:20:18 +0000 (13:20 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Feb 2018 05:29:17 +0000 (21:29 -0800)
commit35e0202fd729a7a162d92b4939f1fe26cb31e454
tree9585a2d9e81e0d94aa5b0756b8b5521c1509d01d
parentf54976dc881549cc3222887188b110f2e8d05f0b
OpenZFS 8965 - zfs_acl_ls_001_pos fails due to no longer supported grep regex

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.

Authored by: John Wren Kennedy <john.kennedy@delphix.com>
Reviewed by: Akash Ayare <aayare@delphix.com>
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com>
Reviewed by: Yuri Pankov <yuripv@icloud.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Approved by: Dan McDonald <danmcd@joyent.com>
Ported-by: Giuseppe Di Natale <dinatale2@llnl.gov>
OpenZFS-issue: https://www.illumos.org/issues/8965
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/cb1204e444
Closes #7145
tests/zfs-tests/tests/functional/acl/acl_common.kshlib