summaryrefslogtreecommitdiff
path: root/test/version.sh
diff options
context:
space:
mode:
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 f639e19..a2ee2b7 100755
--- a/test/version.sh
+++ b/test/version.sh
@@ -9,7 +9,7 @@ while read a result b rest ; do
fi
done < version.data
-if [ "$fail" == "0" ]; then
+if [ "$fail" = "0" ]; then
echo "OK: version checking works"
else
echo "FAIL: $fail version checks failed"