Testing: Fix test script shebangs

This commit is contained in:
Shahram Najm 2022-08-02 15:37:20 +01:00
parent 9cec2fe3a4
commit 563ef120e1
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/ksh
#!/bin/sh
# (C) Copyright 2005- ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0

View File

@ -1 +0,0 @@
./timing ../data/reduced_latlon_surface.grib1 > /dev/null

View File

@ -1,3 +1,4 @@
#!/bin/sh
# (C) Copyright 2005- ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0