diff --git a/tests/README.md b/tests/README.md index 713ab88d61..72b994fa9f 100644 --- a/tests/README.md +++ b/tests/README.md @@ -29,7 +29,7 @@ The pre-requisites for running the ZFS Test Suite are: * Three scratch disks * Specify the disks you wish to use in the $DISKS variable, as a space delimited list like this: DISKS='vdb vdc vdd'. By default - the zfs-tests.sh sciprt will construct three loopback devices to + the zfs-tests.sh script will construct three loopback devices to be used for testing: DISKS='loop0 loop1 loop2'. * A non-root user with a full set of basic privileges and the ability to sudo(8) to root without a password to run the test. @@ -128,7 +128,7 @@ with the `zfs-tests.sh` wrapper script will look something like this: STF_PATH: /var/tmp/constrained_path.G0Sf FILEDIR: /tmp/test FILES: /tmp/test/file-vdev0 /tmp/test/file-vdev1 /tmp/test/file-vdev2 - LOOPBACKS: /dev/loop0 /dev/loop1 /dev/loop2 + LOOPBACKS: /dev/loop0 /dev/loop1 /dev/loop2 DISKS: loop0 loop1 loop2 NUM_DISKS: 3 FILESIZE: 4G