summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/reltest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reltest b/tests/reltest
index 8a3d581..dea0137 100755
--- a/tests/reltest
+++ b/tests/reltest
@@ -8,7 +8,7 @@
test_script() {
echo -e "\n================= $1 with $py =================\n"
- if (( $# == 1)); then
+ if (($# == 1)); then
make scriptconfig PYTHONCMD=$py SCRIPT=$1
else
make scriptconfig PYTHONCMD=$py SCRIPT=$1 SCRIPT_ARG="$2"