diff options
author | Ryan Moeller <[email protected]> | 2020-02-13 15:04:47 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-13 12:04:47 -0800 |
commit | 523bc0d548d7151c7f7551e72251c741e210103f (patch) | |
tree | e9ae75d208aac8c3f8cdb46269817b0f34935e74 /tests | |
parent | b90b01cbc816878e9caa3b276533bb4b98aa90c6 (diff) |
Fix a typo/whitespace in tests README
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #9991
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md index 713ab88d6..72b994fa9 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 |