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