Searched refs:mount_opt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/pjdfstest/tests/
H A Dmisc.sh235 local mount_opt
240 for mount_opt in $(mount -d -p | awk '$2 == "'$mountpoint'" { print $4 }'); do
241 if [ "$mount_opt" = "$mount_option_search" ]; then

Completed in 48 milliseconds