[llvm] r189561 - [lit] [tests] Add missing test input file.

Daniel Dunbar daniel at zuster.org
Wed Aug 28 20:02:34 PDT 2013


Author: ddunbar
Date: Wed Aug 28 22:02:34 2013
New Revision: 189561

URL: http://llvm.org/viewvc/llvm-project?rev=189561&view=rev
Log:
[lit] [tests] Add missing test input file.

Added:
    llvm/trunk/utils/lit/tests/Inputs/shtest-format/argv0.txt

Added: llvm/trunk/utils/lit/tests/Inputs/shtest-format/argv0.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/Inputs/shtest-format/argv0.txt?rev=189561&view=auto
==============================================================================
--- llvm/trunk/utils/lit/tests/Inputs/shtest-format/argv0.txt (added)
+++ llvm/trunk/utils/lit/tests/Inputs/shtest-format/argv0.txt Wed Aug 28 22:02:34 2013
@@ -0,0 +1,6 @@
+# Check that we route argv[0] as it was written, instead of the resolved
+# path. This is important for some tools, in particular '[' which at least on OS
+# X only recognizes that it is in '['-mode when its argv[0] is exactly
+# '['. Otherwise it will refuse to accept the trailing closing bracket.
+#
+# RUN: [ "A" = "A" ]





More information about the llvm-commits mailing list