mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
e0ff96c112
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189561 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
# 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" ]
|