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
This commit is contained in:
David Ripton
2013-02-25 17:33:16 -05:00
parent 63ee40cf3f
commit 30fd73dda2

View File

@@ -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