From ebc8b34742c9f6ae7e3d4e0e0dd363bfab241745 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 28 Aug 2024 13:19:49 -0600 Subject: [PATCH] changed permissions --- h5_test/run_zstd_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/h5_test/run_zstd_tests.sh b/h5_test/run_zstd_tests.sh index 92db24542..afc001396 100644 --- a/h5_test/run_zstd_tests.sh +++ b/h5_test/run_zstd_tests.sh @@ -11,8 +11,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi # Load the findplugins function . ${builddir}/findplugin.sh -echo "findplugin.sh loaded" -echo "${HDF5_PLUGIN_DIR}" export HDF5_PLUGIN_PATH="${HDF5_PLUGIN_DIR}" echo "HDF5_PLUGIN_PATH=$HDF5_PLUGIN_PATH"