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

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