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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dmountpoint_003_pos.ksh50 ismounted $tmpmnt && log_must umount $tmpmnt
51 [[ -d $tmpmnt ]] && log_must rm -rf $tmpmnt
98 tmpmnt=/tmpmnt.$$
99 [[ -d $tmpmnt ]] && rm -rf $tmpmnt
101 log_must mkdir $tmpmnt
108 log_must mount -t zfs -o ${args[$i]} $testfs $tmpmnt
[all...]
H A Dcanmount_002_pos.ksh95 if [[ -d $tmpmnt ]]; then
96 rm -fr $tmpmnt
106 typeset tmpmnt=/tmpmount$$
127 log_must zfs set mountpoint=$tmpmnt $dataset
137 log_mustnot is_exported $tmpmnt
148 log_must is_exported $tmpmnt
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dmountpoint_003_pos.ksh64 ismounted $tmpmnt && log_must $UMOUNT $tmpmnt
65 [[ -d $tmpmnt ]] && log_must $RM -rf $tmpmnt
89 tmpmnt=/tmpmnt.${TESTCASE_ID}
90 [[ -d $tmpmnt ]] && $RM -rf $tmpmnt
92 log_must $MKDIR $tmpmnt
98 log_must $MOUNT -t zfs -o ${args[$i]} $testfs $tmpmnt
[all...]
H A Dcanmount_002_pos.ksh113 if [[ -d $tmpmnt ]]; then
114 $RM -fr $tmpmnt
123 typeset tmpmnt=/tmpmount${TESTCASE_ID}
143 log_must $ZFS set mountpoint=$tmpmnt $dataset

Completed in 109 milliseconds