CrunchyData / postgres-operator-client

Apache License 2.0
14 stars 13 forks source link

Updated KUTTL E2Es for POSIX standard shells #92

Closed tjmoore4 closed 9 months ago

tjmoore4 commented 9 months ago

Overall reference

Some specific items include:

Double equals ('==') not supported by all POSIX shells.

printf %q not supported by all POSIX shells.

arithmetic for loops are undefined

regex matching (=~) is undefined

cannot match globs in [..]

cannot use logical operators in [..]

Issue: PGO-716