diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-08 11:18:21 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-08 11:18:21 +0100 |
| commit | fe62569dd6a5f57c6c55b42ba58dce684ee436b5 (patch) | |
| tree | 17b0f10dae690637653c3c1a778257029a98d124 /tests/reltest | |
| parent | bac2790485ad61cf8f06de4017ff8c88f652eca8 (diff) | |
Spacing nit
Diffstat (limited to 'tests/reltest')
| -rwxr-xr-x | tests/reltest | 2 |
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" |
