blob: 0c75b9866b20cf7692c4370d13930127f4032de2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2011/05/20 01:07:12 tonnerre Exp $
--- test/hs/run-test.sh.orig 2011-01-31 01:13:11.000000000 +0000
+++ 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
|