diff options
author | Max Rees <maxcrees@me.com> | 2020-12-29 21:21:58 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-12-29 21:21:58 -0500 |
commit | 60b4fc451fc4e15ba75c550304a66147c4e21750 (patch) | |
tree | fd10b5d1077ca9ebf08837d604a85854d790a67e /test/version.sh | |
parent | 3890035c21e40aca7d5360bfc40e4b7ab9f10c50 (diff) | |
download | apk-tools-for-alpine/posix-shell.tar.gz apk-tools-for-alpine/posix-shell.tar.bz2 apk-tools-for-alpine/posix-shell.tar.xz apk-tools-for-alpine/posix-shell.zip |
test: remove a couple of bashismsfor-alpine/posix-shell
Co-authored-by: Samuel Holland <samuel@sholland.org>
Diffstat (limited to 'test/version.sh')
-rwxr-xr-x | test/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/version.sh b/test/version.sh index 18199a6..628a6eb 100755 --- a/test/version.sh +++ b/test/version.sh @@ -9,7 +9,7 @@ cat version.data | while read a result b rest ; do fi done -if [ "$fail" == "0" ]; then +if [ "$fail" = "0" ]; then echo "OK: version checking works" fi |