Skip to content

Commit

Permalink
Update MOBILE/ios/createpodspecs_test
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Oct 16, 2023
1 parent dfdff38 commit 1692fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOBILE/ios/createpodspecs_test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export CREATE_POD_SPECS_DEBUG=1
function check() {
local expect=$1
local got=$2
echo -n "checking whether '$expect' equals '$got'... "
echo -n "checking whether '$expect' equals '$got'... " 1>&2
if [[ "$got" != "$expect" ]]; then
echo "NO" 1>&2
exit 1
Expand Down

0 comments on commit 1692fce

Please sign in to comment.