summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias14.0
blob: 2d1bc51898e20dba8dad8594e542737b66ced2c8 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/parser/alias14.0 261192 2014-01-26 21:19:33Z jilles $

alias command='command '
alias alias0=exit
eval 'command alias0 0'
exit 3