Fix typo in tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg
Reviewed-by: Rob N <robn@despairlabs.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Dennis R. Friedrichsen <dennis.r.friedrichsen@gmail.com> Closes #15417
This commit is contained in:
parent
b9384b9498
commit
0d6cec418e
|
@ -29,7 +29,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
if is_linux; then
|
if is_linux; then
|
||||||
# these are the set of setable ZFS properties
|
# these are the set of settable ZFS properties
|
||||||
PROP_NAMES="\
|
PROP_NAMES="\
|
||||||
acltype atime \
|
acltype atime \
|
||||||
checksum compression devices \
|
checksum compression devices \
|
||||||
|
@ -81,7 +81,7 @@ elif is_freebsd; then
|
||||||
hidden"
|
hidden"
|
||||||
|
|
||||||
else
|
else
|
||||||
# these are the set of setable ZFS properties
|
# these are the set of settable ZFS properties
|
||||||
PROP_NAMES="\
|
PROP_NAMES="\
|
||||||
aclinherit aclmode atime \
|
aclinherit aclmode atime \
|
||||||
checksum compression devices \
|
checksum compression devices \
|
||||||
|
|
Loading…
Reference in New Issue