summaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/include
diff options
context:
space:
mode:
authorGiuseppe Di Natale <[email protected]>2018-04-08 19:37:22 -0700
committerBrian Behlendorf <[email protected]>2018-04-08 19:37:22 -0700
commit7b47628acb7ef073caa5bd23372b0c9c2741caf8 (patch)
treecb3031d254d311e8656729dc70df27da04edeea7 /tests/zfs-tests/include
parent6c9af9e8f4a2901c9a5f205876b67dcc3216cbd8 (diff)
Clean up (k)shlib and cfg file shebangs
Most kshlib files are imported by other scripts and do not have a shebang at the top of their files. Make all kshlib follow this convention. Remove shebangs from cfg files as well. Reviewed-by: loli10K <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Giuseppe Di Natale <[email protected]> Close #7406
Diffstat (limited to 'tests/zfs-tests/include')
-rw-r--r--tests/zfs-tests/include/libtest.shlib1
-rwxr-xr-xtests/zfs-tests/include/zpool_script.shlib1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/zfs-tests/include/libtest.shlib b/tests/zfs-tests/include/libtest.shlib
index 3a310680b..327da2b9f 100644
--- a/tests/zfs-tests/include/libtest.shlib
+++ b/tests/zfs-tests/include/libtest.shlib
@@ -1,4 +1,3 @@
-#!/bin/ksh -p
#
# CDDL HEADER START
#
diff --git a/tests/zfs-tests/include/zpool_script.shlib b/tests/zfs-tests/include/zpool_script.shlib
index 52ae64890..10bc0cc26 100755
--- a/tests/zfs-tests/include/zpool_script.shlib
+++ b/tests/zfs-tests/include/zpool_script.shlib
@@ -1,4 +1,3 @@
-#!/bin/ksh -p
#
# Common functions used by the zpool_status and zpool_iostat tests for running
# scripts with the -c option.