]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix ksh-path for random_readwrite_fixed.ksh
authorsiv0 <github@nomore.at>
Fri, 24 May 2019 20:17:50 +0000 (22:17 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 24 May 2019 20:17:50 +0000 (13:17 -0700)
The test in zfs-tests/tests/perf/regression/random_readwrite_fixed.ksh
is the only file to use /usr/bin/ksh in the shebang.
Change it to /bin/ksh for consistency.

Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Giuseppe Di Natale <guss80@gmail.com>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Closes #8779

tests/zfs-tests/tests/perf/regression/random_readwrite_fixed.ksh

index 38c0669f69ebf5a517d2a0cf3cff19250de4cc40..e368ed236779f79b27446404ddd36d9ac677921a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/ksh
+#!/bin/ksh
 # file and its contents are supplied under the terms of the
 # Common Development and Distribution License ("CDDL"), version 1.0.
 # You may only use this file in accordance with the terms of version