[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Process / TestEnvironment.test
blobe6d6e56fc92035b754b4f79568545a29fb7942fa
1 UNSUPPORTED: system-windows
2 UNSUPPORTED: lldb-repro
4 The double quotes around "BAR" ensure we don't match the command.
6 RUN: %clangxx_host -std=c++11 %p/Inputs/env.cpp -o %t
7 RUN: %lldb %t -o 'process launch --environment FOO="BAR"' | FileCheck %s
8 RUN: %lldb %t -o 'env FOO="BAR"' -o 'process launch' | FileCheck %s
10 CHECK: FOO=BAR