1# This test applies to POSIX. 2# UNSUPPORTED: system-windows 3 4# FIXME: ShellExpandArguments is unimplemented on the following targets. 5# UNSUPPORTED: system-linux 6# XFAIL: system-freebsd 7# XFAIL: system-netbsd 8# XFAIL: system-openbsd 9 10# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out 11# RUN: SHELL=bogus not %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR 12# RUN: env -i %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s 13 14# ERROR: error: shell expansion failed 15# CHECK-NOT: error: shell expansion failed 16