hdf5: Missing patch
This commit is contained in:
parent
78908f5ad5
commit
808c0c7599
1 changed files with 15 additions and 0 deletions
15
devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in
Normal file
15
devel/hdf5/patches/patch-tools_test_h5repack_h5repack.sh.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-tools_test_h5repack_h5repack.sh.in,v 1.1 2020/01/08 12:30:50 nia Exp $
|
||||
|
||||
test portability fix
|
||||
|
||||
--- tools/test/h5repack/h5repack.sh.in.orig 2019-12-19 16:38:30.000000000 +0000
|
||||
+++ tools/test/h5repack/h5repack.sh.in
|
||||
@@ -625,7 +625,7 @@ DIFFFAIL()
|
||||
$RUNSERIAL $H5DIFF_BIN -q "$@"
|
||||
)
|
||||
RET=$?
|
||||
- if [ $RET == 0 ] ; then
|
||||
+ if [ $RET = 0 ] ; then
|
||||
echo "*FAILED*"
|
||||
nerrors="`expr $nerrors + 1`"
|
||||
else
|
Loading…
Reference in a new issue