summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-23 18:16:34 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-23 18:16:34 (GMT)
commit60c6686dfe9263e4d325fdc90676b262bef28f29 (patch)
tree43f56d1875eec6af88f17f6c181377248ea9eed0 /examples/run-c-ex.sh.in
parentcd11fcb14c7174e16dec8f39a566b5d47b9a877a (diff)
downloadhdf5-60c6686dfe9263e4d325fdc90676b262bef28f29.zip
hdf5-60c6686dfe9263e4d325fdc90676b262bef28f29.tar.gz
hdf5-60c6686dfe9263e4d325fdc90676b262bef28f29.tar.bz2
[svn-r25545] update manifest with log vol example name.
update CMake with change too.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r--examples/run-c-ex.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 59c4338..142d02f 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -126,8 +126,8 @@ then
rm h5_elink_unix2win &&\
RunTest h5_shared_mesg &&\
rm h5_shared_mesg)&&\
- RunTest h5_external_log_native_vol &&\
- rm h5_external_log_native_vol; then
+ RunTest h5_vol_external_log_native &&\
+ rm h5_vol_external_log_native; then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}