Use standard sh syntax instead of bash extensions.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072440 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/hs/run-test.sh b/test/hs/run-test.sh
index 78df0a8..4788ff2 100644
--- a/test/hs/run-test.sh
+++ b/test/hs/run-test.sh
@@ -19,7 +19,7 @@
# under the License.
#
-if [ "x" == "x$1" ]; then
+if [ "x" = "x$1" ]; then
printf "run-test.sh needs an argument, the name of the test to run. Try 'ThriftTest' or 'ProtoDebugTest'\n"
exit 2
fi