Skip to content

Commit 0bc7105

Browse files
committed
[lldb] Tentative attempt to fix command-target-create-resolve-exe.test on buildbot
This test does succeed in my local test environment though, but fails on the buildbot.
1 parent b7b4986 commit 0bc7105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/Commands/command-target-create-resolve-exe.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# RUN: %lldb %t.dir/testmain.exe -b | FileCheck %s
1313

1414
## Test with exe on path, with .exe suffix
15-
# RUN: env "PATH=%t.dir;%PATH%" %lldb testmain.exe -b | FileCheck %s
15+
# RUN: env PATH="%t.dir;$PATH" %lldb testmain.exe -b | FileCheck %s
1616

1717
## Test with exe on path, without .exe suffix
18-
# RUN: env "PATH=%t.dir;%PATH%" %lldb testmain -b | FileCheck %s
18+
# RUN: env PATH="%t.dir;$PATH" %lldb testmain -b | FileCheck %s
1919

2020
## Test in cwd, with .exe suffix
2121
# RUN: cd "%t.dir" && %lldb testmain.exe -b | FileCheck %s

0 commit comments

Comments
 (0)