summaryrefslogtreecommitdiffstats
path: root/tests/runfiles
diff options
context:
space:
mode:
authorTomohiro Kusumi <[email protected]>2019-05-30 08:26:46 +0900
committerBrian Behlendorf <[email protected]>2019-05-29 16:26:46 -0700
commit1608985a411a8fd7698a41f9150f4bb3543d7093 (patch)
treefae0e2913fd2c4628b251cb6fcfb2b851962a3d0 /tests/runfiles
parentfe0c9f409a1914ad5e5ea5b7cf14a8991e6c1126 (diff)
Add link count test for root inode
Add tests for 97aa3ba44("Fix link count of root inode when snapdir is visible") as suggested in #8727. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Tomohiro Kusumi <[email protected]> Closes #8732
Diffstat (limited to 'tests/runfiles')
-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 8219cf42b..22fc26212 100644
--- a/tests/runfiles/linux.run
+++ b/tests/runfiles/linux.run
@@ -635,7 +635,7 @@ tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
tags = ['functional', 'limits']
[tests/functional/link_count]
-tests = ['link_count_001']
+tests = ['link_count_001', 'link_count_root_inode.ksh']
tags = ['functional', 'link_count']
[tests/functional/migration]