summary refs log tree commit diff
path: root/bin/cash/tests/expansion/trim10.0
blob: f163c1a36b47904b4c35965f7cf713806fa90555 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.0/bin/sh/tests/expansion/trim10.0 333927 2018-05-20 17:25:52Z jilles $

a='z
'
b=${a%
}
[ "$b" = z ]