Home
last modified time | relevance | path

Searched refs:prop_src (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dinherit.kshlib66 prop_src=`get_prop_src $prop $target`
76 if [[ $prop_src != $expected ]]; then
78 " $prop_src rather than $expected"
82 if [[ $prop_src != $expected ]]; then
84 " $prop_src rather than $expected"
87 elif [[ $prop_src != "inherited from $expected" ]]; then
88 log_note "Property $prop of $expected has source $prop_src"\