summaryrefslogtreecommitdiff
path: root/tests/reltest
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-08 11:18:21 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-08 11:18:21 +0100
commitfe62569dd6a5f57c6c55b42ba58dce684ee436b5 (patch)
tree17b0f10dae690637653c3c1a778257029a98d124 /tests/reltest
parentbac2790485ad61cf8f06de4017ff8c88f652eca8 (diff)
Spacing nit
Diffstat (limited to 'tests/reltest')
-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"