tests: remove bashism (noticed on freebsd pointyhat log)

pull/36/head
William Pitcock 2012-07-25 17:56:10 -05:00
parent 1db1281593
commit 31b9a53155
1 changed files with 1 additions and 1 deletions

View File

@ -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" \