Test this differently: I saw this test fail

because opt exited while llvm-as was still
writing to the pipe, causing it to get a
SIGPIPE.  It seems best to change things to
avoid the race altogether.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2008-07-28 19:09:01 +00:00
parent 11274cc48f
commit ecf4fa2744

View File

@ -1,3 +1,3 @@
; RUN: llvm-as < /dev/null | not opt --foo >& /dev/null
; RUN: not opt --foo |& grep {Unknown command line argument}
; there is no --foo