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