OSDN Git Service

Change '?' to 'h' in llvm-mt test.
authorEric Beckmann <ecbeckmann@google.com>
Tue, 18 Jul 2017 02:18:19 +0000 (02:18 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Tue, 18 Jul 2017 02:18:19 +0000 (02:18 +0000)
Some shells seem to have trouble parsing non-alphanumeric symbols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308259 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-mt/help.test

index 20d1235..dee8564 100644 (file)
@@ -1,6 +1,6 @@
 RUN: not llvm-mt /hello /nonsense
 
-RUN: llvm-mt /? | FileCheck %s -check-prefix=HELP
+RUN: llvm-mt /h | FileCheck %s -check-prefix=HELP
 
 RUN: llvm-mt /inputresource:foo.res /manifest foo.manifest | FileCheck %s -check-prefix=NOT_SUPPORTED