diff options
author | bunder2015 <[email protected]> | 2018-05-11 15:37:44 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-05-11 12:37:44 -0700 |
commit | 29badadd4e3af86975bcaa23acca0e939f954af2 (patch) | |
tree | 70265a842ca56d83107109bef7771ecf7c309cb6 /tests/zfs-tests | |
parent | d1043e2f6da4315f0dcbd1487b4e6b5f63bebc41 (diff) |
Fix shebangs on import tests
Incorrect shebangs were used when porting.
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: bunder2015 <[email protected]>
Closes #7523
Closes #7524
Diffstat (limited to 'tests/zfs-tests')
11 files changed, 11 insertions, 11 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_added.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_added.ksh index bda6b891b..ab72042a2 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_added.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_added.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_removed.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_removed.ksh index 1d878b7a2..3fe386123 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_removed.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_removed.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_replaced.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_replaced.ksh index f2888a5bb..3ad22433d 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_replaced.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_replaced.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_attached.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_attached.ksh index 987b745b9..b90e24c2c 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_attached.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_attached.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_detached.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_detached.ksh index 85ec51673..ba695418f 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_detached.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_detached.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_shared_device.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_shared_device.ksh index 66225c11b..750857419 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_shared_device.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_shared_device.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh index 74b736aef..53828c912 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed.ksh index 457eb6a14..7ee306e26 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh index 92d814015..ddce864a6 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced.ksh b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced.ksh index 5ff1c47f3..574c19275 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh -p +#!/bin/ksh -p # # This file and its contents are supplied under the terms of the diff --git a/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib b/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib index bc89d8159..b785a2dbf 100644 --- a/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib +++ b/tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib @@ -1,4 +1,4 @@ -#!/usr/bin/ksh +#!/bin/ksh # # This file and its contents are supplied under the terms of the |