From 9d8271b3511c34afaf66ff4fe5a1a453abd172db Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 29 Aug 2013 03:02:34 +0000 Subject: [lit] [tests] Add missing test input file. llvm-svn: 189561 --- llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt (limited to 'llvm/utils/lit/tests/Inputs/shtest-format') diff --git a/llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt b/llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt new file mode 100644 index 00000000000..2ff289014bc --- /dev/null +++ b/llvm/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" ] -- cgit v1.2.3