From 29d8774a03032d429e65f7234c59da4ba33e8ae8 Mon Sep 17 00:00:00 2001 From: Dennis Heimbigner Date: Wed, 25 Sep 2024 11:18:21 -0600 Subject: [PATCH] x1 --- unit_test/run_pluginpaths.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unit_test/run_pluginpaths.sh b/unit_test/run_pluginpaths.sh index 7c1a98fba7..5cf9558af6 100755 --- a/unit_test/run_pluginpaths.sh +++ b/unit_test/run_pluginpaths.sh @@ -3,12 +3,13 @@ # Test the programmatic API for manipulating the plugin paths. # This script is still full of cruft that needs to be removed +export SETX=1 +set -x + if test "x$srcdir" = x ; then srcdir=`pwd`; fi . ../test_common.sh -set -x - IMPLS= if test "x$FEATURE_HDF5" = xyes ; then IMPLS="$IMPLS hdf5"; fi if test "x$FEATURE_NCZARR" = xyes ; then IMPLS="$IMPLS nczarr"; fi