diff options
author | loli10K <[email protected]> | 2019-05-24 23:12:14 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-05-24 14:12:14 -0700 |
commit | fe609530f2333054eeffd08ebef8c227a9730085 (patch) | |
tree | a4359e7d87315bc338d70eadf0e73dc499dbf235 /tests | |
parent | d28b492ab374675df0b94f83aa6bfbca2d8264f9 (diff) |
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 <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #8787
Diffstat (limited to 'tests')
-rw-r--r--[-rwxr-xr-x] | tests/zfs-tests/include/zpool_script.shlib | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/zfs-tests/include/zpool_script.shlib b/tests/zfs-tests/include/zpool_script.shlib index 10bc0cc26..10bc0cc26 100755..100644 --- a/tests/zfs-tests/include/zpool_script.shlib +++ b/tests/zfs-tests/include/zpool_script.shlib diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib b/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib index 075ad85e9..075ad85e9 100755..100644 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/zpool_reopen.shlib |