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

Avoid potentially unportable parameter substitution in the test scripts.

parent 27b90fd2
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
#!@SHELL@
prefix=${0##*/}
prefix=`echo "$0" | sed 's@.*/@@'`
suffix=${suffix-grb}
if ${mpi_task_num+:} false; then
......
# This file is meant to be included for the supported file formats.
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'
format=nc
@top_builddir@/libtool --mode=execute ${tool_wrap} ./cksum_write_chunk -b ${prefix} -m 17 || exit 1
@top_builddir@/libtool --mode=execute ${tool_wrap} ./cksum_read ${prefix}.${format} ${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