blob: bf459ae53fbc0538e63cbf67cd6107ce035b1535 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Tests env command for setting the PATH variable.
# The test is using /bin/sh. Limit to system known to have /bin/sh.
# REQUIRES: system-linux
# RUN: %{lit} -a -v %{inputs}/shtest-env-path/path.txt \
# RUN: | FileCheck -match-full-lines %s
#
# END.
# CHECK: -- Testing: 1 tests{{.*}}
# CHECK: PASS: shtest-env-path :: path.txt (1 of 1)
# CHECK: --
|