diff options
author | George Melikov <[email protected]> | 2017-07-04 00:21:12 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-07-03 14:21:12 -0700 |
commit | 27ef66ef19020dcdcda7b6f64a2f92cac9674565 (patch) | |
tree | ebe2d2a07fd33032218a70a26e301eb4e0ef2ddb /scripts | |
parent | fe46eebe6b6f75a006a295db1f14c9c9f02751c1 (diff) |
ZTS: minor typo and old default values
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #6298
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/zfs-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh index 3208b8df2..c4db08d78 100755 --- a/scripts/zfs-tests.sh +++ b/scripts/zfs-tests.sh @@ -482,7 +482,7 @@ if [ -x "$STF_PATH/setenforce" ]; then fi # -# Enable interal ZFS debug log and clear it. +# Enable internal ZFS debug log and clear it. # if [ -e /sys/module/zfs/parameters/zfs_dbgmsg_enable ]; then sudo /bin/sh -c "echo 1 >/sys/module/zfs/parameters/zfs_dbgmsg_enable" |