[test] Disable TestCustomShell on Linux

ShellExpandArguments is unimplemented on Linux. I need to come up with
another way to test this on Linux.

llvm-svn: 373662
This commit is contained in:
Jonas Devlieghere 2019-10-03 20:49:55 +00:00
parent 0364c760ad
commit 350147c746
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# 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