summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Host/TestCustomShell.test
blob: 97511eb7948068148032a3b12547af2eebf342ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This test applies to POSIX.
# UNSUPPORTED: system-windows

# FIXME: ShellExpandArguments is unimplemented on Linux.
# UNSUPPORTED: system-linux

# RUN: %clang %S/Inputs/simple.c -g -o %t.out
# RUN: SHELL=bogus %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s --check-prefix ERROR
# RUN: env -i %lldb %t.out -b -o 'run' 2>&1 | FileCheck %s

# ERROR: error: shell expansion failed
# CHECK-NOT: error: shell expansion failed
OpenPOWER on IntegriCloud