mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Try to escape the '$'s in these so they reach the underlying 'sh' invocation.
I have no idea how lit did the right thing here, but other test runners don't. llvm-svn: 111805
This commit is contained in:
parent
e0ed6ee921
commit
49b7cdd14c
@ -1,6 +1,6 @@
|
||||
; RUN: sh -c "\
|
||||
; RUN: opt --reject-this-option 2>&-; echo $?; \
|
||||
; RUN: opt -o /dev/null /dev/null 2>&-; echo $?; \
|
||||
; RUN: opt --reject-this-option 2>&-; echo \$?; \
|
||||
; RUN: opt -o /dev/null /dev/null 2>&-; echo \$?; \
|
||||
; RUN: " | FileCheck %s
|
||||
; CHECK: {{^1$}}
|
||||
; CHECK: {{^0$}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user