diff options
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-x | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index ccc270a4..a972c35d 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -59,7 +59,7 @@ get_installer_ip() { fi fi - if [[ "$INSTALLER_TYPE" -ne "local" ]] ; then + if [[ "$INSTALLER_TYPE" != "local" ]] ; then if [[ -z "$INSTALLER_IP" ]] ; then echo "ERROR: no installer ip" exit 1 |