aboutsummaryrefslogtreecommitdiff
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 296eccf..93cad38 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -36,7 +36,7 @@ do
exit 1
fi
else
- nb_pass=$(( nb_test + 1 ))
+ nb_pass=$(( nb_pass + 1 ))
passed "${test_name}"
fi
done