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

Avoid potentially unportable parameter substitution in the test scripts.

parent a7d46e4e
No related branches found
No related tags found
1 merge request!11Consolidation with CDI-PIO (1.8.x)
#!@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