]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix a typo/whitespace in tests README
authorRyan Moeller <ryan@iXsystems.com>
Thu, 13 Feb 2020 20:04:47 +0000 (15:04 -0500)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 20:04:47 +0000 (12:04 -0800)
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #9991

tests/README.md

index 713ab88d615b4406124e8a56ca62d91eebb63135..72b994fa9fa994acde8a51e8740d22be764b8bd1 100644 (file)
@@ -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