#!/bin/sh
check_community() {
  logit "\n"
  info "X - Community contributed tests"
}

check_community_1() {
  check_community_1="X.1 - Placeholder"

  echo "This is just a placeholder."
}