mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-27 10:24:22 +03:00
Fix refquota_007_neg.ksh
Must use 'zfs' instead of '$ZFS' which is undefined. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Igor Kozhukhov <igor@dilos.org> Closes #9257
This commit is contained in:
parent
475aa97cab
commit
d39c71d365
@ -38,9 +38,9 @@ verify_runnable "both"
|
|||||||
|
|
||||||
function cleanup
|
function cleanup
|
||||||
{
|
{
|
||||||
log_must $ZFS destroy -rf $TESTPOOL/$TESTFS
|
log_must zfs destroy -rf $TESTPOOL/$TESTFS
|
||||||
log_must $ZFS create $TESTPOOL/$TESTFS
|
log_must zfs create $TESTPOOL/$TESTFS
|
||||||
log_must $ZFS set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
|
log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
|
||||||
}
|
}
|
||||||
|
|
||||||
log_onexit cleanup
|
log_onexit cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user