aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorToomas Soome <[email protected]>2018-03-10 15:01:46 -0800
committerBrian Behlendorf <[email protected]>2018-04-15 10:59:13 -0700
commit5e567da987e3ba930cd908aae9f1d0373de9a0f8 (patch)
tree5d2555d3b8d8cd4b1518bbc3f52010db58194037 /tests
parentcbb893321545c2c9052787b556c9375fcb103979 (diff)
OpenZFS 9213 - zfs: sytem typo
Authored by: Toomas Soome <[email protected]> Reviewed by: C Fraire <[email protected]> Reviewed by: Andy Fiddaman <[email protected]> Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: George Melikov <[email protected]> Approved by: Joshua M. Clulow <[email protected]> Ported-by: Brian Behlendorf <[email protected]> Porting Notes: * The additional instances of this typo addressed in the OpenZFS patch were already resolved. OpenZFS-issue: https://illumos.org/issues/9213 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/edc8ef7d92 Closes #7436
Diffstat (limited to 'tests')
-rwxr-xr-xtests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh3
-rwxr-xr-xtests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh2
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh b/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh
index 326c294c5..bcf74f2cd 100755
--- a/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh
+++ b/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh
@@ -38,7 +38,8 @@
#
# STRATEGY:
# 1. create pools based on a valid vdev
-# 2. create a filesystem on this pool, set the compression property to gzip1-9
+# 2. create a filesystem on this pool and set the compression property to
+# gzip1-9
# 3. set the pool's bootfs property to filesystem we just configured which
# should not fail
#
diff --git a/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh b/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh
index 291cfbd25..0691c3630 100755
--- a/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh
+++ b/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh
@@ -37,7 +37,7 @@
#
# STRATEGY:
# 1. Setting refquota < quota
-# 2. Create file in filesytem, take snapshot and remove the file
+# 2. Create file in filesystem, take snapshot and remove the file
# 3. Verify snapshot will not consume refquota
#