diff options
author | Richard Laager <[email protected]> | 2019-04-14 21:06:34 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-14 19:06:34 -0700 |
commit | 83472fabe5600695fdb07a3f158a9352cc5bf3af (patch) | |
tree | ab940e40b76709b3d7e59fef85aab853f3474730 /tests/zfs-tests | |
parent | 703f791d3538472600571ecde01627df6b47e6d6 (diff) |
Fix hierarchy misspellings
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reported-by: Matthew Ahrens <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8563
Closes #8622
Diffstat (limited to 'tests/zfs-tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_003_pos.ksh | 2 | ||||
-rw-r--r-- | tests/zfs-tests/tests/functional/rsend/Makefile.am | 2 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/rsend/send_encrypted_hierarchy.ksh (renamed from tests/zfs-tests/tests/functional/rsend/send_encrypted_heirarchy.ksh) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_003_pos.ksh b/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_003_pos.ksh index 3c909e458..04e971312 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_003_pos.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/zfs_destroy_003_pos.ksh @@ -135,7 +135,7 @@ for obj in $child_fs $child_fs1 $ctr $ctr1; do log_mustnot zfs destroy -r $obj datasetexists $obj || \ log_fail "'zfs destroy -r' fails to keep dependent " \ - "clone outside the hirearchy." + "clone outside the hierarchy." done diff --git a/tests/zfs-tests/tests/functional/rsend/Makefile.am b/tests/zfs-tests/tests/functional/rsend/Makefile.am index 22cafd19f..24d4d61cd 100644 --- a/tests/zfs-tests/tests/functional/rsend/Makefile.am +++ b/tests/zfs-tests/tests/functional/rsend/Makefile.am @@ -22,7 +22,7 @@ dist_pkgdata_SCRIPTS = \ rsend_022_pos.ksh \ rsend_024_pos.ksh \ send_encrypted_files.ksh \ - send_encrypted_heirarchy.ksh \ + send_encrypted_hierarchy.ksh \ send_encrypted_props.ksh \ send-cD.ksh \ send-c_embedded_blocks.ksh \ diff --git a/tests/zfs-tests/tests/functional/rsend/send_encrypted_heirarchy.ksh b/tests/zfs-tests/tests/functional/rsend/send_encrypted_hierarchy.ksh index 5e19a6b6c..8417afc88 100755 --- a/tests/zfs-tests/tests/functional/rsend/send_encrypted_heirarchy.ksh +++ b/tests/zfs-tests/tests/functional/rsend/send_encrypted_hierarchy.ksh @@ -46,7 +46,7 @@ function cleanup log_assert "Raw recursive sends preserve filesystem structure." log_onexit cleanup -# Create the filesystem heirarchy +# Create the filesystem hierarchy log_must cleanup_pool $POOL log_must eval "echo $PASSPHRASE | zfs create -o encryption=on" \ "-o keyformat=passphrase $POOL/$FS" @@ -72,7 +72,7 @@ log_must verify_origin $POOL/clone "$POOL/$FS@snap" log_must verify_encryption_root $POOL/$FS/child $POOL/$FS log_must verify_keylocation $POOL/$FS/child "none" -# Alter the heirarchy and re-send +# Alter the hierarchy and re-send log_must eval "echo $PASSPHRASE1 | zfs change-key -o keyformat=passphrase" \ "$POOL/$FS/child" log_must zfs promote $POOL/clone |