summaryrefslogtreecommitdiff
path: root/test/version.sh
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-12-29 21:21:58 -0500
committerMax Rees <maxcrees@me.com>2020-12-29 21:21:58 -0500
commit60b4fc451fc4e15ba75c550304a66147c4e21750 (patch)
treefd10b5d1077ca9ebf08837d604a85854d790a67e /test/version.sh
parent3890035c21e40aca7d5360bfc40e4b7ab9f10c50 (diff)
downloadapk-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-xtest/version.sh2
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