[developer] Re: [openzfs/openzfs] 8965 zfs_acl_ls_001_pos fails due to no longer supported grep regex (#522)

2018-02-07 Thread Prakash Surya
Closed #522 via cb1204e444be40de2091cad3b913ea0a6cc3a6dd. -- 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#event-1463849599 -- openzfs-develop

[developer] Re: [openzfs/openzfs] 8965 zfs_acl_ls_001_pos fails due to no longer supported grep regex (#522)

2018-01-17 Thread John Wren Kennedy
jwk404 commented on this pull request. > @@ -202,7 +202,7 @@ function plus_sign_check_v # return 1 fi - ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+\>" > /dev/null + ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+$" > /dev/null Sure. -- You are

[developer] Re: [openzfs/openzfs] 8965 zfs_acl_ls_001_pos fails due to no longer supported grep regex (#522)

2018-01-13 Thread Igor K
ikozhukhov commented on this pull request. > @@ -202,7 +202,7 @@ function plus_sign_check_v # return 1 fi - ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+\>" > /dev/null + ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+$" > /dev/null why in line 18

[developer] Re: [openzfs/openzfs] 8965 zfs_acl_ls_001_pos fails due to no longer supported grep regex (#522)

2018-01-12 Thread Yuri Pankov
yuripv approved this pull request. -- 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#pullrequestreview-88619273 -- openzfs-developer Archiv