diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-12-06 17:11:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-12-06 17:11:28 (GMT) |
commit | 0a7c64f6e874c92cd2540af0b1fa032be0091502 (patch) | |
tree | c82fa6a0a4762139162bb0ebb303d7ace51cbc01 | |
parent | f2da47f732ded55837f6d008af46d0c448bec1f1 (diff) | |
download | hdf5-0a7c64f6e874c92cd2540af0b1fa032be0091502.zip hdf5-0a7c64f6e874c92cd2540af0b1fa032be0091502.tar.gz hdf5-0a7c64f6e874c92cd2540af0b1fa032be0091502.tar.bz2 |
Remove reference to h5_vol_external_log_native.
-rw-r--r-- | examples/run-c-ex.sh.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in index 6ff2e9a..209cdd7 100644 --- a/examples/run-c-ex.sh.in +++ b/examples/run-c-ex.sh.in @@ -139,9 +139,7 @@ then RunTest h5_vds-percival-unlim-maxmin&&\ rm h5_vds-percival-unlim-maxmin &&\ RunTest h5_vds &&\ - rm h5_vds &&\ - RunTest h5_vol_external_log_native &&\ - rm h5_vol_external_log_native); then + rm h5_vds); then EXIT_VALUE=${EXIT_SUCCESS} else EXIT_VALUE=${EXIT_FAILURE} |