1 UNSUPPORTED: system-windows
3 The double quotes around "BAR" ensure we don't match the command.
5 RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
6 RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s
7 RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s