summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLOLi <[email protected]>2018-09-06 22:11:21 +0200
committerBrian Behlendorf <[email protected]>2018-09-06 13:11:21 -0700
commit0238a9755b07d1a2705e970f5c09fb7fa261ea5d (patch)
tree529db628c180b9399784df53c8b9aaadd2a0bced /tests
parentcc99f275a28c43fe450a66a7544f73c4935f7361 (diff)
Fix 'zfs allow' for create time permissions
When no permission set is defined for a dataset the create time permissions are incorrectly shown as if they were a permission set. This change simply correct how allow permissions are displayed. This commit also fixes a small manpage formatting issue and adds the "zfs_allow_003_pos" test case to the ZFS Test Suite. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: loli10K <[email protected]> Closes #7519 Closes #7860
Diffstat (limited to 'tests')
-rw-r--r--tests/runfiles/linux.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run
index 0a4b26c06..0090fe30d 100644
--- a/tests/runfiles/linux.run
+++ b/tests/runfiles/linux.run
@@ -513,7 +513,7 @@ post =
tags = ['functional', 'deadman']
[tests/functional/delegate]
-tests = ['zfs_allow_001_pos', 'zfs_allow_002_pos',
+tests = ['zfs_allow_001_pos', 'zfs_allow_002_pos', 'zfs_allow_003_pos',
'zfs_allow_004_pos', 'zfs_allow_005_pos', 'zfs_allow_006_pos',
'zfs_allow_007_pos', 'zfs_allow_008_pos', 'zfs_allow_009_neg',
'zfs_allow_010_pos', 'zfs_allow_011_neg', 'zfs_allow_012_neg',