Testing: projString test fix

This commit is contained in:
Shahram Najm 2024-02-02 17:36:56 +00:00
parent c412b2c87c
commit d8996c9a40
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ for ug in $unsupported_grids; do
status=$? status=$?
set -e set -e
[ $status -ne 0 ] [ $status -ne 0 ]
grep -q "Not yet implemented" $tempText grep -q "not yet implemented" $tempText
done done
# Clean up # Clean up