From 8188096640e843767efa11b7d66d37eede807072 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 21 May 2014 19:54:48 -0700 Subject: tools_common: fix test_name quoting quoting within $() doesn't need to be escaped; removes trailing " in test_name Change-Id: I97ffad9fdfd97b3cdf4dec2a8547804875d85e66 --- test/tools_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tools_common.sh') diff --git a/test/tools_common.sh b/test/tools_common.sh index 472111c23..bb024291e 100755 --- a/test/tools_common.sh +++ b/test/tools_common.sh @@ -307,7 +307,7 @@ run_tests() { local test_name="${VPX_TEST_NAME}" if [ -z "${test_name}" ]; then - test_name="$(basename \"${0%.*}\")" + test_name="$(basename "${0%.*}")" fi if [ "${VPX_TEST_RUN_DISABLED_TESTS}" != "yes" ]; then -- cgit v1.2.3