blob: 325f16b86fbf99cdaf9e137856c86b1f3daf197a (
plain) (
blame)
1
2
3
4
5
6
7
|
# $FreeBSD: releng/12.0/bin/sh/tests/parser/empty-braces1.0 245382 2013-01-13 19:26:33Z jilles $
# Unfortunately, some scripts depend on the extension of allowing an empty
# pair of braces.
{ } &
wait $!
|