summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/power_supply/test_power_supply_properties.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/power_supply/test_power_supply_properties.sh')
-rwxr-xr-xtools/testing/selftests/power_supply/test_power_supply_properties.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/power_supply/test_power_supply_properties.sh b/tools/testing/selftests/power_supply/test_power_supply_properties.sh
index df272dfe1d2a..a66b1313ed88 100755
--- a/tools/testing/selftests/power_supply/test_power_supply_properties.sh
+++ b/tools/testing/selftests/power_supply/test_power_supply_properties.sh
@@ -23,7 +23,7 @@ count_tests() {
total_tests=0
for i in $SUPPLIES; do
- total_tests=$(("$total_tests" + "$NUM_TESTS"))
+ total_tests=$((total_tests + NUM_TESTS))
done
echo "$total_tests"