Searched refs:test_env (Results 1 – 3 of 3) sorted by relevance
37 typedef struct test_env Test_env;38 struct test_env { struct
20 test_env = { 'PATH' : os.environ['PATH'] } variable81 cmd = get_cc1_command_for_args(cmd, test_env)167 cc1_env = test_env
3807 my $test_env;3809 $test_env = $self->prefs->{test}{env};3811 local @ENV{keys %$test_env} = values %$test_env if $test_env;