aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/func3.0
blob: c4f4922c8dde8d43323282d2199a5094cede6848 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/parser/func3.0 222512 2011-05-30 21:49:59Z jilles $

name=/var/empty/nosuch
f() { true; } <$name
name=/dev/null
f