Skip to content

Commit

Permalink
nonpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 30, 2024
1 parent 162b195 commit c1f4926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/run_dfaltpluginpath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FAIL=

# Test with no HDF5_PLUGIN_PATH
unset HDF5_PLUGIN_PATH
NOHPP1=`ncpluginpath -f global`
NOHPP1=`${execdir}/ncpluginpath -f global`
if test "x$NOHPP1" = "x/usr/local/hdf5/lib/plugin" || test "x$NOHPP1" = "xC:ProgramData/hdf5/lib/plugin" ; then
echo "***PASS: default plugin path = |$NOHPP1|"
else
Expand All @@ -26,7 +26,7 @@ fi
# Test with given HDF5_PLUGIN_PATH
unset HDF5_PLUGIN_PATH
export HDF5_PLUGIN_PATH="$TESTHPP"
HPP1=`ncpluginpath -f global`
HPP1=`${execdir}/ncpluginpath -f global`
if test "x$HPP1" = "x$TESTHPP" ; then
echo "***PASS: default plugin path: |$HPP1| HDF5_PLUGIN_PATH=|$HDF5_PLUGIN_PATH|"
else
Expand Down

0 comments on commit c1f4926

Please sign in to comment.