• Dag Haavi Finstad's avatar
    Add a setenv command to varnishtest · dcdb2504
    Dag Haavi Finstad authored
    This lets you set or change environment variables in a test case.
    
    Usage is
    
        setenv FOO "bar baz"
    
    The above will set the environment variable $FOO to the value
    provided. There is also an ``-ifunset`` argument which will only set the
    value if the the environment variable does not already exist:
    
        setenv -ifunset FOO quux
    
    The ifunset argument corresponds to passing zero as the third argument
    to setenv(3).
    dcdb2504
m00028.vtc 1.11 KB