mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
tests: zfs_share_005: don't fail open
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13259
This commit is contained in:
parent
7b875ee601
commit
61f1502246
@ -82,7 +82,7 @@ do
|
|||||||
IFS=',' read -r _ option _ <<<"$option"
|
IFS=',' read -r _ option _ <<<"$option"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log_must eval "showshares_nfs | grep -q $option"
|
log_must eval "showshares_nfs | grep -q \"$option\""
|
||||||
|
|
||||||
((i = i + 1))
|
((i = i + 1))
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user