Artifact df128ce23eaff0cbc7d3409080b9135b603d66ca:
- Executable file tests/fullrun/tests/test_mt_vars/empty_var.sh — part of check-in [f2ba3fe4d5] at 2012-10-11 10:54:21 on branch trunk — Added back support for empty vars (user: mrwellan, size: 86) [annotate] [blame] [check-ins using] [more...]
#!/usr/bin/env bash if [ x$EMPTY_VAR != "x" ];then echo BAD EMPTY VAR! exit 1 fi