From 543c7017258b4d5e681144f56dbf5edb3c84cd02 Mon Sep 17 00:00:00 2001 From: Kevin Greene Date: Thu, 8 Feb 2024 14:20:39 -0800 Subject: [PATCH] Allowing PERFPOOL to be defined by zfs-test users Signed-off-by: Kevin Greene --- tests/zfs-tests/include/default.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zfs-tests/include/default.cfg.in b/tests/zfs-tests/include/default.cfg.in index 3aed8ebea03a..db70a02a7828 100644 --- a/tests/zfs-tests/include/default.cfg.in +++ b/tests/zfs-tests/include/default.cfg.in @@ -80,7 +80,7 @@ export TESTPOOL=testpool export TESTPOOL1=testpool1 export TESTPOOL2=testpool2 export TESTPOOL3=testpool3 -export PERFPOOL=perfpool +export PERFPOOL=${PERFPOOL:-perfpool} # some test file system names export TESTFS=testfs