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