summaryrefslogtreecommitdiffstats
path: root/test/test_plugin.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-08-01 21:44:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-08-01 21:44:43 (GMT)
commit7e49cb802afb1f1ea2513b3908a787ad48fcce1c (patch)
tree7211d7f787a0e3cf3b6b45dbd7377825498921eb /test/test_plugin.sh.in
parent90d1a82839e43772713477e0b1c4c249f8894c4a (diff)
downloadhdf5-7e49cb802afb1f1ea2513b3908a787ad48fcce1c.zip
hdf5-7e49cb802afb1f1ea2513b3908a787ad48fcce1c.tar.gz
hdf5-7e49cb802afb1f1ea2513b3908a787ad48fcce1c.tar.bz2
[svn-r30245] remove incorrect copy
Diffstat (limited to 'test/test_plugin.sh.in')
-rw-r--r--test/test_plugin.sh.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_plugin.sh.in b/test/test_plugin.sh.in
index d1472fc..1cd87e3 100644
--- a/test/test_plugin.sh.in
+++ b/test/test_plugin.sh.in
@@ -78,12 +78,6 @@ if [ $? != 0 ]; then
exit $EXIT_FAILURE
fi
-$CP $PLUGIN_LIB4 $PLUGIN_LIBDIR2
-if [ $? != 0 ]; then
- echo "Failed to copy plugin library ($PLUGIN_LIB4) for test."
- exit $EXIT_FAILURE
-fi
-
# setup plugin path
ENVCMD="env HDF5_PLUGIN_PATH=${PLUGIN_LIBDIR1}:${PLUGIN_LIBDIR2}"