mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +03:00
Fix typos in tests/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9250
This commit is contained in:
committed by
Brian Behlendorf
parent
cb14aa4ca9
commit
c6e457dffb
@@ -34,7 +34,7 @@
|
||||
#
|
||||
# Get the given file/directory access mode
|
||||
#
|
||||
# $1 object -- file or directroy
|
||||
# $1 object -- file or directory
|
||||
#
|
||||
function get_mode #<obj>
|
||||
{
|
||||
@@ -49,7 +49,7 @@ function get_mode #<obj>
|
||||
#
|
||||
# Get the given file/directory ACL
|
||||
#
|
||||
# $1 object -- file or directroy
|
||||
# $1 object -- file or directory
|
||||
#
|
||||
function get_acl #<obj>
|
||||
{
|
||||
@@ -64,7 +64,7 @@ function get_acl #<obj>
|
||||
#
|
||||
# Get the given file/directory ACL
|
||||
#
|
||||
# $1 object -- file or directroy
|
||||
# $1 object -- file or directory
|
||||
#
|
||||
function get_compact_acl #<obj>
|
||||
{
|
||||
@@ -243,12 +243,12 @@ function usr_exec #<commands> [...]
|
||||
#
|
||||
# Count how many ACEs for the specified file or directory.
|
||||
#
|
||||
# $1 file or directroy name
|
||||
# $1 file or directory name
|
||||
#
|
||||
function count_ACE #<file or dir name>
|
||||
{
|
||||
if [[ ! -e $1 ]]; then
|
||||
log_note "Need input file or directroy name."
|
||||
log_note "Need input file or directory name."
|
||||
return 1
|
||||
fi
|
||||
|
||||
@@ -399,7 +399,7 @@ function rwx_node #user node acl_spec|access
|
||||
#
|
||||
# Get the given file/directory xattr
|
||||
#
|
||||
# $1 object -- file or directroy
|
||||
# $1 object -- file or directory
|
||||
#
|
||||
function get_xattr #<obj>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user