1# $FreeBSD: head/bin/sh/tests/execution/unknown2.0 361117 2020-05-16 19:38:58Z jilles $
2
3{
4	: $(/var/empty/nosuchtool)
5	: $(:)
6} 2>/dev/null
7