Unverified Commit 79c6dffa authored by Kevin Greene's avatar Kevin Greene Committed by GitHub
Browse files

Allowing PERFPOOL to be defined by zfs-test users

Reviewed-by: default avatarJohn Wren Kennedy <john.kennedy@delphix.com>
Reviewed-by: default avatarBrian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: default avatarKevin Greene <kevin.greene@delphix.com>
Closes #15868 
parent d0d27332
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment