Skip to content

Commit

Permalink
Fix test script for nbit
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Nov 21, 2023
1 parent 6505f64 commit 37b3eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C/H5D/test.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ else
version_compare "$H5_LIBVER" "1.10.8"
if [ "$version_lt" = 1 ]; then
USE_ALT="07"
nbitdir="110"
fi
nbitdir="110"
fi

for topic in $topics18
Expand All @@ -130,7 +130,7 @@ do
echo " Unsupported feature"
status=0
else
if [[ $fname == "h5ex_d_nbit"]]
if [[ $fname == "h5ex_d_nbit" ]]
then
tdir=$nbitdir
if [[ $USE_ALT == "" ]]
Expand Down

0 comments on commit 37b3eb0

Please sign in to comment.