#!/bin/bash

# Test that format still works in a cluster that has only gateways

. ./common

for i in `seq 0 2`; do
    _start_sheep $i "-g"
done

_wait_for_sheep "3"

_cluster_format -c 3
