mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 11:47:43 +03:00
Fix some style nits in tests
Mostly whitespace changes, no functional changes intended. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9447
This commit is contained in:
committed by
Brian Behlendorf
parent
715c996d3b
commit
767f65cf73
@@ -401,18 +401,17 @@ set -A local_val "off" "on" "off" \
|
||||
#
|
||||
# Add system specific values
|
||||
#
|
||||
|
||||
if ! is_linux; then
|
||||
if is_linux; then
|
||||
prop+=("acltype" "")
|
||||
def_val+=("off")
|
||||
local_val+=("off")
|
||||
else
|
||||
prop+=("aclmode" "" \
|
||||
"mountpoint" "")
|
||||
def_val+=("discard" \
|
||||
"")
|
||||
local_val+=("groupmask" \
|
||||
"$TESTDIR")
|
||||
else
|
||||
prop+=("acltype" "")
|
||||
def_val+=("off")
|
||||
local_val+=("off")
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user