From 7e49cb802afb1f1ea2513b3908a787ad48fcce1c Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 1 Aug 2016 16:44:43 -0500 Subject: [svn-r30245] remove incorrect copy --- test/test_plugin.sh.in | 6 ------ 1 file changed, 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}" -- cgit v0.12