We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14aa665 + aae8bd3 commit 202e6bfCopy full SHA for 202e6bf
lldb/test/Shell/Host/TestCustomShell.test
@@ -7,7 +7,7 @@
7
8
# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out
9
# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR
10
-# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s
+# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0,allow_user_poisoning=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s
11
12
# ERROR: error: shell expansion failed
13
# CHECK-NOT: error: shell expansion failed
0 commit comments