From 31b9a5315583154c8970a6074af54d43dcf906e5 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 25 Jul 2012 17:56:10 -0500 Subject: [PATCH] tests: remove bashism (noticed on freebsd pointyhat log) --- tests/run.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh.in b/tests/run.sh.in index 0ef9069..a5f75d0 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -160,7 +160,7 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --max-version 2.0 'foo '; echo \$ '0' # 10) tests for internal getopt implementation with options at the end -if [ "x@STRICT_MODE@" == "xno" ]; then +if [ "x@STRICT_MODE@" = "xno" ]; then run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} foo --libs" \ '-lfoo' run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} foo --cflags --libs" \