1*de019b88SJonas DevlieghereUNSUPPORTED: system-windows
2*de019b88SJonas Devlieghere
3*de019b88SJonas DevlieghereRUN: not %lldb -b -o 'settings set use-color true' -o 'settings show use-color' -o 'bogus' > %t 2>&1
4*de019b88SJonas DevlieghereRUN: cat -e %t | FileCheck %s --check-prefix COLOR
5*de019b88SJonas DevlieghereCOLOR: use-color (boolean) = true
6*de019b88SJonas Devlieghere# The [[ confuses FileCheck so regex match it.
7*de019b88SJonas DevlieghereCOLOR: {{.+}}0;1;31merror: {{.+}}0m'bogus' is not a valid command
8