Megatest

empty_var.sh at [a8e7a6a992]
Login

File tests/fullrun/tests/test_mt_vars/empty_var.sh artifact df128ce23e part of check-in a8e7a6a992


#!/usr/bin/env bash

if [ x$EMPTY_VAR != "x" ];then
  echo BAD EMPTY VAR!
  exit 1
fi