summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-29 03:02:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-29 03:02:34 +0000
commite0ff96c11240d3f9463234f3278eb86f14be775c (patch)
treea68ac4d52ce5ad8c4c9160c918ac0234dd51f58b /utils
parentb1975a807d2f83bcd79a47aa23b3a28460a4142b (diff)
downloadllvm-e0ff96c11240d3f9463234f3278eb86f14be775c.tar.gz
llvm-e0ff96c11240d3f9463234f3278eb86f14be775c.tar.bz2
llvm-e0ff96c11240d3f9463234f3278eb86f14be775c.tar.xz
[lit] [tests] Add missing test input file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/lit/tests/Inputs/shtest-format/argv0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/lit/tests/Inputs/shtest-format/argv0.txt b/utils/lit/tests/Inputs/shtest-format/argv0.txt
new file mode 100644
index 0000000000..2ff289014b
--- /dev/null
+++ b/utils/lit/tests/Inputs/shtest-format/argv0.txt
@@ -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" ]