diff options
author | Ryan Moeller <[email protected]> | 2020-02-28 12:48:29 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-28 09:48:29 -0800 |
commit | 6c0abcfddd4dcf8ef62e84cfa3b77c14e146827d (patch) | |
tree | 70a52eee43c3939b4a021aa0632d73254865415f /tests | |
parent | f0410e98063d17b8a7f1e35ef86ff49e815789b0 (diff) |
ZTS: Fixup shebang in rsend_016, add to common.run
All other ksh scripts use /bin/ksh in the shebang.
Make rsend_016_neg consistent with the rest of the suite.
The test also was absent from any runfiles. Add it to common.run.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10051
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/common.run | 2 | ||||
-rwxr-xr-x | tests/zfs-tests/tests/functional/rsend/rsend_016_neg.ksh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index c4d1b6c56..a8f82ce39 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -755,7 +755,7 @@ tags = ['functional', 'rootpool'] tests = ['rsend_001_pos', 'rsend_002_pos', 'rsend_003_pos', 'rsend_004_pos', 'rsend_005_pos', 'rsend_006_pos', 'rsend_007_pos', 'rsend_008_pos', 'rsend_009_pos', 'rsend_010_pos', 'rsend_011_pos', 'rsend_012_pos', - 'rsend_013_pos', 'rsend_014_pos', + 'rsend_013_pos', 'rsend_014_pos', 'rsend_016_neg', 'rsend_019_pos', 'rsend_020_pos', 'rsend_021_pos', 'rsend_022_pos', 'rsend_024_pos', 'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props', diff --git a/tests/zfs-tests/tests/functional/rsend/rsend_016_neg.ksh b/tests/zfs-tests/tests/functional/rsend/rsend_016_neg.ksh index 4610802e9..6dfb3423f 100755 --- a/tests/zfs-tests/tests/functional/rsend/rsend_016_neg.ksh +++ b/tests/zfs-tests/tests/functional/rsend/rsend_016_neg.ksh @@ -1,4 +1,4 @@ -#!/usr/bin/ksh +#!/bin/ksh # # This file and its contents are supplied under the terms of the |