[svn-r30245] remove incorrect copy

This commit is contained in:
Allen Byrne 2016-08-01 16:44:43 -05:00
parent 90d1a82839
commit 7e49cb802a

View File

@ -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}"