diff options
author | наб <[email protected]> | 2021-12-10 00:02:52 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-12-13 15:49:40 -0800 |
commit | 344bbc82e7054f61d5e7b3610b119820285fd2cb (patch) | |
tree | a0ac59fe3b3d2c64d5f8495f035e3563d0413f6c /tests/runfiles/common.run | |
parent | f04b97620059d08b37d9e80ada397e742bb2f311 (diff) |
zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escaping
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Rich Ercolani <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12829
Diffstat (limited to 'tests/runfiles/common.run')
-rw-r--r-- | tests/runfiles/common.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 89cd58c2a..d5052172d 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -179,7 +179,7 @@ tags = ['functional', 'cli_root', 'zfs_destroy'] [tests/functional/cli_root/zfs_diff] tests = ['zfs_diff_changes', 'zfs_diff_cliargs', 'zfs_diff_timestamp', - 'zfs_diff_types', 'zfs_diff_encrypted'] + 'zfs_diff_types', 'zfs_diff_encrypted', 'zfs_diff_mangle'] tags = ['functional', 'cli_root', 'zfs_diff'] [tests/functional/cli_root/zfs_get] |