Skip to content

Commit 92c9a4d

Browse files
committed
Merge pull request #169 from jeblair/master
fix typo in exercise.sh
2 parents 2403e71 + 6cbf287 commit 92c9a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ping -c1 -w1 $IP
165165
nova secgroup-delete-rule $SECGROUP icmp -1 -1 0.0.0.0/0
166166

167167
# FIXME (anthony): make xs support security groups
168-
if [ "$VIRT_DRIVER" != "xenserver"]; then
168+
if [ "$VIRT_DRIVER" != "xenserver" ]; then
169169
# test we can aren't able to ping our floating ip within ASSOCIATE_TIMEOUT seconds
170170
if ! timeout $ASSOCIATE_TIMEOUT sh -c "while ping -c1 -w1 $FLOATING_IP; do sleep 1; done"; then
171171
print "Security group failure - ping should not be allowed!"

0 commit comments

Comments
 (0)