]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/rsend/rsend_012_pos.ksh
Fix issue in receive_object() during reallocation
[mirror_zfs.git] / tests / zfs-tests / tests / functional / rsend / rsend_012_pos.ksh
index 3c19f618b27b465d6fb59fefea419cdfb29feedb..57d58b9bab7746f30d85273ebc36255b2a123498 100755 (executable)
 
 verify_runnable "global"
 
-function rand_set_prop
-{
-       typeset dtst=$1
-       typeset prop=$2
-       shift 2
-       typeset value=$(random_get $@)
-
-       log_must eval "zfs set $prop='$value' $dtst"
-}
-
 function edited_prop
 {
        typeset behaviour=$1