(List (FunctionDef check_supported_platform [] (If (Com {[LIT_OTHER "["]} {[DQ [VarSub PLATFORM test_op=VS_TEST_HYPHEN {}]]} {[LIT_OTHER "="]} {[DQ [LIT_CHARS darwin]]} {[LIT_OTHER "]"]}) (List (Com {[LIT_CHARS echo]} {[DQ [LIT_CHARS "Test will skip: sandbox is not yet supported on Darwin."]]}) (Com {[LIT_CHARS return]} {[LIT_CHARS 1]}) ) ) ) (FunctionDef check_sandbox_allowed [] (AndOr OP_OR_IF (Com {[VarSub linux_sandbox]} {[LIT_CHARS -C]}) (List (Com {[LIT_CHARS echo]} {[DQ [LIT_CHARS "Sandboxing disabled or not supported on this system, skipping..."]]}) (Com {[LIT_CHARS return]} {[LIT_CHARS 1]}) ) ) ) )