diff options
author | Antonio Russo <[email protected]> | 2018-06-07 12:38:39 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-06-07 09:38:39 -0700 |
commit | 7106b23640e8fba33df09b160f366918dcb79021 (patch) | |
tree | b0960ad92d552a6f4ea163eb3fa2f7edeadf19f1 /tests/zfs-tests | |
parent | b405837a6cf74165316bf996b4b79d171b19c211 (diff) |
Minor documentation, logging, and testing typos
This patch collects some minor inconsistencies and typos in the
documentation, logging and testing infrastructure.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Antonio Russo <[email protected]>
Closes #7608
Diffstat (limited to 'tests/zfs-tests')
-rwxr-xr-x | tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh b/tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh index 4f2a49681..022021daa 100755 --- a/tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh +++ b/tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh +#!/bin/ksh # # This file and its contents are supplied under the terms of the |