summary refs log tree commit diff
path: root/bin/cash/tests/parser/alias14.0
blob: e9d48e0ec2bbfc413386f6104675339a05a3f3c2 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.0/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