diff options
author | George Melikov <[email protected]> | 2017-04-10 03:15:44 +0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-04-09 16:15:44 -0700 |
commit | f94a5dccf76a68a8a3a6bf7914474a5e401fdb8a (patch) | |
tree | 5288d6d6fa1275e40597aa2f011e29c4566f82bf | |
parent | 3b7f360c9606079c518829c5bd82fe8f8a89e3c0 (diff) |
zfstest reservation_009_pos.sh missed backslash
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Wren Kennedy <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #5997
-rwxr-xr-x | tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh b/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh index d623bd913..171577def 100755 --- a/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh +++ b/tests/zfs-tests/tests/functional/reservation/reservation_009_pos.sh @@ -51,7 +51,7 @@ verify_runnable "both" -log_assert "Setting top level dataset reservation to 'none' allows more data " +log_assert "Setting top level dataset reservation to 'none' allows more data " \ "to be written to top level filesystem" function cleanup |