ruiu added inline comments. ================ Comment at: test/tools/llvm-rc/helpmsg.test:1 -; RUN: llvm-rc /h > %t1 -; RUN: llvm-rc /? > %t2 +; RUN: llvm-rc '/h' > %t1 +; RUN: llvm-rc '/?' > %t2 ---------------- nit: you don't need to quote this, but only '?' https://reviews.llvm.org/D35852