summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples/run-hlc++-ex.sh.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-12-22 19:33:27 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-12-22 19:33:27 (GMT)
commit16c2af26b6b111d7acb73111ed3a75bafc5282c5 (patch)
tree9f09488f4e53b592834ed19e246c7fa87793ffc3 /hl/c++/examples/run-hlc++-ex.sh.in
parent07df6630f1c573df0381c1fd4147ce520f9ff41c (diff)
downloadhdf5-16c2af26b6b111d7acb73111ed3a75bafc5282c5.zip
hdf5-16c2af26b6b111d7acb73111ed3a75bafc5282c5.tar.gz
hdf5-16c2af26b6b111d7acb73111ed3a75bafc5282c5.tar.bz2
[svn-r23118] HDFFV-2686 Remove the ptExampleVL.c example from the source code
FIX: Removed files and adjusted other files accordingly. Tested: jam (gnu)
Diffstat (limited to 'hl/c++/examples/run-hlc++-ex.sh.in')
-rw-r--r--hl/c++/examples/run-hlc++-ex.sh.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/hl/c++/examples/run-hlc++-ex.sh.in b/hl/c++/examples/run-hlc++-ex.sh.in
index 7742f99..103dd76 100644
--- a/hl/c++/examples/run-hlc++-ex.sh.in
+++ b/hl/c++/examples/run-hlc++-ex.sh.in
@@ -64,9 +64,7 @@ RunTest()
if [ $? -eq 0 ]
then
if (RunTest ptExampleFL &&\
- rm ptExampleFL &&\
- RunTest ptExampleVL &&\
- rm ptExampleVL); then
+ rm ptExampleFL); then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}