diff options
author | liaoyuxiangqin <[email protected]> | 2016-09-30 04:08:44 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-09-29 13:08:44 -0700 |
commit | 8a1cf1a5608151635b67d89613e51427b177dab0 (patch) | |
tree | 295cc0da1f8e268188842030601c67c7c778f054 /tests/runfiles | |
parent | db6597c6ea17ecaeb46423003cc33a79df28b8d7 (diff) |
Fix zfs_clone_010_pos.ksh to verify zfs clones property displays right
Because the macro ZFS_MAXPROPLEN used in function print_dataset
differs between platforms set it appropriately and calculate the expected
number of passes.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Signed-off-by: yuxiang <[email protected]>
Closes #5154
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index ac6dc9f9b..b9bcfc864 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -74,11 +74,11 @@ tests = ['zfs_001_neg', 'zfs_002_pos', 'zfs_003_neg'] # DISABLED: # zfs_clone_005_pos - busy unmount -# zfs_clone_010_pos - needs investigation [tests/functional/cli_root/zfs_clone] tests = ['zfs_clone_001_neg', 'zfs_clone_002_pos', 'zfs_clone_003_pos', 'zfs_clone_004_pos', 'zfs_clone_006_pos', - 'zfs_clone_007_pos', 'zfs_clone_008_neg', 'zfs_clone_009_neg'] + 'zfs_clone_007_pos', 'zfs_clone_008_neg', 'zfs_clone_009_neg', + 'zfs_clone_010_pos'] # DISABLED: # zfs_copies_003_pos - zpool on zvol |