blob: 40c2b4afb7497cf9c0d8724df90c436a5c4e0701 [file] [log] [blame]
#!/bin/bash
if [[ -z "${TMPDIR}" ]]; then
echo "TMPDIR is missing in environment (parent env is not propagated)"
exit 1
fi
if [[ -z "${TEST}" ]]; then
echo "TEST is missing in environment"
echo "(user provided env may not be propagated)"
exit 1
fi