aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/unit-tests/varmod-head.exp
blob: 651844439f5fb161f970e2c5d5fb14f0fec05217 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
head (dirname) of 'a/b/c' is 'a/b'
head (dirname) of 'def' is '.'
head (dirname) of 'a.b.c' is '.'
head (dirname) of 'a.b/c' is 'a.b'
head (dirname) of 'a' is '.'
head (dirname) of 'a.a' is '.'
head (dirname) of '.gitignore' is '.'
head (dirname) of 'a' is '.'
head (dirname) of 'a.a' is '.'
head (dirname) of 'trailing/' is 'trailing'
exit status 0