Megatest

eval_vars.sh at [3c7d705195]
Login

File tests/fullrun/tests/test_mt_vars/eval_vars.sh artifact 786761600e part of check-in 3c7d705195


#!/bin/bash

if env | grep VARWITHDOLLARSIGNS | grep USER;then
    exit 1 # fails!
else
    exit 0 # good!
fi