diff --git a/test/test.sh b/test/test.sh index 9990206ba7..b56dcbb436 100644 --- a/test/test.sh +++ b/test/test.sh @@ -12,7 +12,7 @@ tests=${@} log=log.txt -if [[ ! -z ${ld_path} ]]; then +if [ -n "${ld_path}" ]; then export ${ld_path} fi