Skip to content

Commit

Permalink
ZTS: Consistency pass for .ksh extensions
Browse files Browse the repository at this point in the history
* Use .ksh extension for ksh scripts, not .sh
* Remove .ksh extension from tests in common.run

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes openzfs#9502
  • Loading branch information
Ryan Moeller authored and tonyhutter committed Dec 27, 2019
1 parent d8cd6a8 commit 2ca4787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/runfiles/linux.run
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit 2ca4787

Please sign in to comment.