]> git.proxmox.com Git - mirror_zfs.git/commit
tests: fix cosmetic permission issues during `make install`
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 23 May 2019 13:32:53 +0000 (15:32 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 28 May 2019 22:07:24 +0000 (15:07 -0700)
commit10e1a0112eeca634b3fd76c7d488293c5d26b10d
tree88d74c7a0cb3aaf026e46a2d9f86646be873cb34
parent3ba8cd6d0ef6d760c7a61861906144dad6e29a13
tests: fix cosmetic permission issues during `make install`

files in dist_*_SCRIPTS get installed with 0755, those in dist_*_DATA
with 0644. This commit moves all .kshlib, .shlib and .cfg files in the
testsuite to dist_pkgdata_DATA, and removes the shebang from
zpool_import.kshlib.

This ensures that the files are installed with appropriate permissions
and silences some warnings from lintian

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Closes #8803
tests/zfs-tests/tests/functional/alloc_class/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib
tests/zfs-tests/tests/functional/cli_root/zpool_initialize/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_trim/Makefile.am
tests/zfs-tests/tests/functional/removal/Makefile.am
tests/zfs-tests/tests/perf/Makefile.am