mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
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 <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10051
This commit is contained in:
parent
f0410e9806
commit
6c0abcfddd
@ -755,7 +755,7 @@ tags = ['functional', 'rootpool']
|
|||||||
tests = ['rsend_001_pos', 'rsend_002_pos', 'rsend_003_pos', 'rsend_004_pos',
|
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_005_pos', 'rsend_006_pos', 'rsend_007_pos', 'rsend_008_pos',
|
||||||
'rsend_009_pos', 'rsend_010_pos', 'rsend_011_pos', 'rsend_012_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_019_pos', 'rsend_020_pos',
|
||||||
'rsend_021_pos', 'rsend_022_pos', 'rsend_024_pos',
|
'rsend_021_pos', 'rsend_022_pos', 'rsend_024_pos',
|
||||||
'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props',
|
'send-c_verify_ratio', 'send-c_verify_contents', 'send-c_props',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/ksh
|
#!/bin/ksh
|
||||||
|
|
||||||
#
|
#
|
||||||
# This file and its contents are supplied under the terms of the
|
# This file and its contents are supplied under the terms of the
|
||||||
|
Loading…
Reference in New Issue
Block a user