]> git.proxmox.com Git - mirror_zfs.git/commit
zfs-tests: fix warnings when packaging some .shlib files
authorloli10K <loli10K@users.noreply.github.com>
Fri, 24 May 2019 21:12:14 +0000 (23:12 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 24 May 2019 21:12:14 +0000 (14:12 -0700)
commitfe609530f2333054eeffd08ebef8c227a9730085
treea4359e7d87315bc338d70eadf0e73dc499dbf235
parentd28b492ab374675df0b94f83aa6bfbca2d8264f9
zfs-tests: fix warnings when packaging some .shlib files

This change prevents the following warning when packaging some zfs-tests
files:

   *** WARNING: ./usr/src/zfs-0.8.0/tests/zfs-tests/include/zpool_script.shlib
   is executable but has empty or no shebang, removing executable bit

Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #8787
Makefile.am
tests/zfs-tests/include/zpool_script.shlib [changed mode: 0755->0644]
tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib [changed mode: 0755->0644]