blob: f2de8e8cd8b5f6cd0756ae5b86acd58d7163522b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Test the export command.
# RUN: not %{lit} -a -v %{inputs}/shtest-export \
# RUN: | FileCheck -match-full-lines %s
#
# END.
# CHECK: FAIL: shtest-export :: export-too-many-args.txt {{.*}}
# CHECK: export FOO=1 BAR=2
# CHECK: # executed command: export FOO=1 BAR=2
# CHECK: # | 'export' supports only one argument
# CHECK: # error: command failed with exit status: {{.*}}
|