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.
1 parent b7b4986 commit 0bc7105Copy full SHA for 0bc7105
lldb/test/Shell/Commands/command-target-create-resolve-exe.test
@@ -12,10 +12,10 @@
12
# RUN: %lldb %t.dir/testmain.exe -b | FileCheck %s
13
14
## Test with exe on path, with .exe suffix
15
-# RUN: env "PATH=%t.dir;%PATH%" %lldb testmain.exe -b | FileCheck %s
+# RUN: env PATH="%t.dir;$PATH" %lldb testmain.exe -b | FileCheck %s
16
17
## Test with exe on path, without .exe suffix
18
-# RUN: env "PATH=%t.dir;%PATH%" %lldb testmain -b | FileCheck %s
+# RUN: env PATH="%t.dir;$PATH" %lldb testmain -b | FileCheck %s
19
20
## Test in cwd, with .exe suffix
21
# RUN: cd "%t.dir" && %lldb testmain.exe -b | FileCheck %s
0 commit comments