mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
ZTS: Consistency pass for .ksh extensions
* Use .ksh extension for ksh scripts, not .sh * Remove .ksh extension from tests in common.run Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #9502
This commit is contained in:
parent
09015c212f
commit
635bf1c37c
@ -267,8 +267,8 @@ tests = ['zfs_snapshot_001_neg', 'zfs_snapshot_002_neg',
|
||||
tags = ['functional', 'cli_root', 'zfs_snapshot']
|
||||
|
||||
[tests/functional/cli_root/zfs_sysfs]
|
||||
tests = ['zfeature_set_unsupported.ksh', 'zfs_get_unsupported',
|
||||
'zfs_set_unsupported', 'zfs_sysfs_live.ksh', 'zpool_get_unsupported',
|
||||
tests = ['zfeature_set_unsupported', 'zfs_get_unsupported',
|
||||
'zfs_set_unsupported', 'zfs_sysfs_live', 'zpool_get_unsupported',
|
||||
'zpool_set_unsupported']
|
||||
tags = ['functional', 'cli_root', 'zfs_sysfs']
|
||||
|
||||
@ -639,7 +639,7 @@ tests = ['filesystem_count', 'filesystem_limit', 'snapshot_count',
|
||||
tags = ['functional', 'limits']
|
||||
|
||||
[tests/functional/link_count]
|
||||
tests = ['link_count_001', 'link_count_root_inode.ksh']
|
||||
tests = ['link_count_001', 'link_count_root_inode']
|
||||
tags = ['functional', 'link_count']
|
||||
|
||||
[tests/functional/migration]
|
||||
|
@ -19,7 +19,7 @@ dist_pkgdata_SCRIPTS = \
|
||||
zfs_mount_all_mountpoints.ksh \
|
||||
zfs_mount_encrypted.ksh \
|
||||
zfs_mount_remount.ksh \
|
||||
zfs_mount_test_race.sh \
|
||||
zfs_mount_test_race.ksh \
|
||||
zfs_multi_mount.ksh
|
||||
|
||||
dist_pkgdata_DATA = \
|
||||
|
Loading…
Reference in New Issue
Block a user