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