Commit Graph

2 Commits (3e9e229f49db1764bd6de9a7292a6d1b1ea4a8a6)

Author SHA1 Message Date
Gabe Livengood 9d865abee1
`test`: Use POSIX-compliant example for equals comparison (#11728)
* [: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.

* test: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.
2023-12-14 20:31:13 +05:30
Choi Young-jin 14a5e6b020
2to3, 7za, 7zr, [, [[, aapt: add Korean translate (#7970) 2022-04-10 20:09:59 -03:00