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 bda6b891b9..ab72042a21 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 1d878b7a25..3fe3861236 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 f2888a5bb1..3ad22433d6 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 987b745b91..b90e24c2cd 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 85ec51673b..ba695418f8 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 66225c11b9..7508574190 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 74b736aef9..53828c912c 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 457eb6a14a..7ee306e26d 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 92d8140156..ddce864a64 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 5ff1c47f32..574c192755 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 bc89d8159c..b785a2dbf1 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