brintos

brintos / llvm-project-archived public Read only

0
0
Text · 373 B · d45a94a Raw
13 lines · python
1## Test the export command.2 3# RUN: not %{lit} -v %{inputs}/shtest-export \4# RUN: | FileCheck -match-full-lines %s5#6# END.7 8# CHECK: FAIL: shtest-export :: export-too-many-args.txt {{.*}}9# CHECK: export FOO=1 BAR=210# CHECK: # executed command: export FOO=1 BAR=211# CHECK: # | 'export' supports only one argument12# CHECK: # error: command failed with exit status: {{.*}}13