Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> --- kvm-xfstests/util/gce-do-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kvm-xfstests/util/gce-do-setup b/kvm-xfstests/util/gce-do-setup index 3fb782c..cd4cd6e 100755 --- a/kvm-xfstests/util/gce-do-setup +++ b/kvm-xfstests/util/gce-do-setup @@ -19,8 +19,8 @@ if ! type gcloud >& /dev/null ; then exit 1 fi -if test -z "$GS_BUCKET" -o -z "$GCE_PROJECT" -o -z "GCE_ZONE" \ - -o -z "GCE_KERNEL" +if test -z "$GS_BUCKET" -o -z "$GCE_PROJECT" -o -z "$GCE_ZONE" \ + -o -z "$GCE_KERNEL" then echo -e "Please make sure the following configuration variables are set in" echo -e "~/.config/gce-xfstests or one of the other config files:" -- 2.8.0.rc3.226.g39d4020 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html