diff options
author | Paul Dagnelie <[email protected]> | 2016-06-09 11:18:16 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-06-28 13:47:03 -0700 |
commit | e6d3a843d6ced970cbc74a3f809d744c30a7ec7c (patch) | |
tree | fbcb5128219b84a43f2704a26f6261e87fb3b416 /tests | |
parent | fd41e93563b0543e2a2bdc17bceb731ed22a04b4 (diff) |
OpenZFS 6393 - zfs receive a full send as a clone
Authored by: Paul Dagnelie <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Prakash Surya <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/6394
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/68ecb2e
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index e5594cd84..b393368f0 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -152,7 +152,8 @@ tests = [] [tests/functional/cli_root/zfs_receive] tests = ['zfs_receive_001_pos', 'zfs_receive_002_pos', 'zfs_receive_003_pos', 'zfs_receive_005_neg', 'zfs_receive_006_pos', - 'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg'] + 'zfs_receive_007_neg', 'zfs_receive_008_pos', 'zfs_receive_009_neg', + 'zfs_receive_010_pos'] # DISABLED: # zfs_rename_002_pos - needs investigation |