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

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

Completed in 46 milliseconds