mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-08-06 15:07:39 +03:00

Add tests for 97aa3ba44("Fix link count of root inode when snapdir is visible") as suggested in #8727. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com> Closes #8732
7 lines
174 B
Makefile
7 lines
174 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/link_count
|
|
dist_pkgdata_SCRIPTS = \
|
|
cleanup.ksh \
|
|
setup.ksh \
|
|
link_count_001.ksh \
|
|
link_count_root_inode.ksh
|