Skip to content
Snippets Groups Projects
Commit d5c56df8 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Avoid potentially unportable parameter substitution in the test scripts.

parent f03fdfb0
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
#!@SHELL@
prefix=${0##*/}
prefix=`echo "$0" | sed 's@.*/@@'`
suffix=${suffix-grb}
if ${mpi_task_num+:} false; then
......
#!@SHELL@
prefix=${0##*/}
prefix=`echo "$0" | sed 's@.*/@@'`
suffix=${suffix-grb}
case ${suffix} in
......
#!@SHELL@
@ENABLE_NETCDF_FALSE@exit 77
prefix=${0##*/}
prefix='test_cksum_nc_chunk.run'
./cksum_write_chunk -b "${prefix}" -m 17 || exit 1
./cksum_read "${prefix}.nc" "${prefix}.cksum" || exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment