Skip to content

seal:test fix comparison bug#72

Merged
ilkermeliksitki merged 1 commit into
mainfrom
seal/comparison-bug
Dec 21, 2025
Merged

seal:test fix comparison bug#72
ilkermeliksitki merged 1 commit into
mainfrom
seal/comparison-bug

Conversation

@ilkermeliksitki

Copy link
Copy Markdown
Owner
  • [[ "$TESTS_FAILED" > 0 ]] → [[ "$TESTS_FAILED" -gt 0 ]]

compares strings not numbers, -gt is needed here

Changes to be committed:
modified: test_seal.sh

- [[ "$TESTS_FAILED" > 0 ]] → [[ "$TESTS_FAILED" -gt 0 ]]

> compares strings not numbers, `-gt` is needed here

Changes to be committed:
	modified:   test_seal.sh
@ilkermeliksitki ilkermeliksitki merged commit 87e0f1c into main Dec 21, 2025
3 checks passed
@ilkermeliksitki ilkermeliksitki deleted the seal/comparison-bug branch December 21, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant