Fix shebangs on import tests
authorbunder2015 <omfgbunder@gmail.com>
Fri, 11 May 2018 19:37:44 +0000 (15:37 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 11 May 2018 19:37:44 +0000 (12:37 -0700)
Incorrect shebangs were used when porting.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: bunder2015 <omfgbunder@gmail.com>
Closes #7523
Closes #7524

tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_added.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_removed.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_device_replaced.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_attached.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_mirror_detached.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_cache_shared_device.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_devices_missing.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_paths_changed.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_config_changed.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/import_rewind_device_replaced.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_import/zpool_import.kshlib

index bda6b891b9d5598a82b70bde7f0a6468f8c26b76..ab72042a219cdf8b66d6612b333ed1022b9248a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 1d878b7a25ef8f4124af5c9f756446abfe426058..3fe3861236d6b60b54c59754bbf92b4df5b02926 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index f2888a5bb185e8c99c45f78df907a6c624022ff6..3ad22433d6d17a7a6b86215ae40d2077ac490cc2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 987b745b9164a0e7be10de93cc14844cd63ee146..b90e24c2cdc5158d66f7b5769622d2add1e7dbbf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 85ec51673b28b02a0bdf0df4e54c9a48fdd3fcd3..ba695418f839f5f589e8575b4633e9c1b3c8e3f2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 66225c11b93e4fac0073b7139ff9d0585c256a1e..7508574190740d47615edfddcd8af53e56ca6f03 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 74b736aef97a3a63287055808bb59facea9a4544..53828c912ca32a8c484e393d43325e1a15286d45 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 457eb6a14ac296f6e267c98ee14b8b4ef2dff3d2..7ee306e26d58126b5597fd74174057a00f860fad 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 92d814015659765d77a620cdb3f4861bc0f717cc..ddce864a64a352ca751266b3c62313641e47d6ac 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index 5ff1c47f32318765f324e4f278a015830606c7b4..574c192755f5c588f01fd271c6abcf1d467bb9ef 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh -p
+#!/bin/ksh -p
 
 #
 # This file and its contents are supplied under the terms of the
index bc89d8159ccc3094d9c5439dcfe0899a4af86a4d..b785a2dbf1d5a73195c992a5fb266974fcdef0d1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh
+#!/bin/ksh
 
 #
 # This file and its contents are supplied under the terms of the