summaryrefslogtreecommitdiff
path: root/test/tools_common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools_common.sh')
-rwxr-xr-xtest/tools_common.sh2
1 files changed, 1 insertions, 1 deletions
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