From 30fd73dda2766f529b4bdbcaa5c05490056b80e1 Mon Sep 17 00:00:00 2001 From: David Ripton Date: Mon, 25 Feb 2013 17:33:16 -0500 Subject: [PATCH] Add a missing space inside test brackets. This should fix the error: "devstack-vm-gate.sh: line 102: [0: command not found" Change-Id: I992ccf7fd54e5b26c1e804cade6e8edabcb6e2fe --- devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index befccfbc..3975aca0 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -99,7 +99,7 @@ CINDER_SECURE_DELETE=False EOF fi -if ["$DEVSTACK_GATE_TEMPEST_COVERAGE" -eq "1" ] ; then +if [ "$DEVSTACK_GATE_TEMPEST_COVERAGE" -eq "1" ] ; then cat <<\EOF >>localrc EXTRA_OPTS=(backdoor_port=0) EOF