Skip to content

Commit

Permalink
Update test_shared_lib.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Feb 18, 2025
1 parent e17d212 commit c9ea403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_shared_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
echo "see if shared library made"
set -xe

if [[ (! -f ../wgrib2/libwgrib2.so) && (! -f ../wgrib2/libwgrib2.dylib) ]]; then
if [[ ! -f ../wgrib2/libwgrib2.so && ! -f ../wgrib2/libwgrib2.dylib ]]; then
echo "failed: did not find shared library"
exit 1
fi
Expand Down

0 comments on commit c9ea403

Please sign in to comment.