summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Host/TestCustomShell.test
diff options
context:
space:
mode:
authorAiden Grossman <aidengrossman@google.com>2025-09-04 18:18:05 +0000
committerAiden Grossman <aidengrossman@google.com>2025-09-04 18:18:05 +0000
commita65f3d9c492cd7802ec7d27335b0bdd9318799d5 (patch)
tree41b7d3b108ad67e85587e97997a64ede5b565e7a /lldb/test/Shell/Host/TestCustomShell.test
parent6a7ad7dc05980490ca2cb1b01eabb755594623d3 (diff)
parent46a3b4d5dc6dd9449ec7c0c9065552368cdf41d6 (diff)
[𝘀𝗽𝗿] changes introduced through rebaseusers/boomanaiden154/main.clang-remove-shell-requirements-from-tests
Created using spr 1.3.6 [skip ci]
Diffstat (limited to 'lldb/test/Shell/Host/TestCustomShell.test')
-rw-r--r--lldb/test/Shell/Host/TestCustomShell.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/Host/TestCustomShell.test b/lldb/test/Shell/Host/TestCustomShell.test
index 0e948a1b1f7f..5d3e90162fb2 100644
--- a/lldb/test/Shell/Host/TestCustomShell.test
+++ b/lldb/test/Shell/Host/TestCustomShell.test
@@ -6,7 +6,7 @@
# XFAIL: system-openbsd
# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out
-# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR
+# RUN: env SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR
# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s
# ERROR: error: shell expansion failed