diff options
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" |
