Artifact 786761600e761b346757861b0548a01d59b0b64b:
- Executable file tests/fullrun/tests/test_mt_vars/eval_vars.sh — part of check-in [cf47596912] at 2014-10-28 00:18:36 on branch v1.60 — change default for server-query-threshold to -1, forcing always a server to start Added test for vars with . (user: matt, size: 109) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash if env | grep VARWITHDOLLARSIGNS | grep USER;then exit 1 # fails! else exit 0 # good! fi