diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2021-12-10 15:45:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 15:45:59 (GMT) |
commit | 70e70002c36ae8fe9c2a040f90d0d2fc5d4d9aef (patch) | |
tree | 1628152301f95261126c63f943cd6e7605c88469 /testpar | |
parent | 8c592a2f64da551e666710afa6d3798c0f6315df (diff) | |
download | hdf5-70e70002c36ae8fe9c2a040f90d0d2fc5d4d9aef.zip hdf5-70e70002c36ae8fe9c2a040f90d0d2fc5d4d9aef.tar.gz hdf5-70e70002c36ae8fe9c2a040f90d0d2fc5d4d9aef.tar.bz2 |
Remove extra space. (#1274)
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/testpflush.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testpflush.sh.in b/testpar/testpflush.sh.in index be0dcb3..b400447 100644 --- a/testpar/testpflush.sh.in +++ b/testpar/testpflush.sh.in @@ -50,7 +50,7 @@ RUNPARALLELSCRIPT=`echo "@RUNPARALLEL@" | sed "s/$$/\$/g"` echo "*** NOTE ***********************************************************" echo "You may see complaints from mpiexec et al. that not all processes" echo "called MPI_Finalize(). This is an intended characteristic of the" -echo "test and should not be considered an error." +echo "test and should not be considered an error." echo "********************************************************************" eval ${RUNPARALLELSCRIPT} ./t_pflush1 |