aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias4.0
blob: 4c82c6cd037cc7a2bcf97855f10f705fe6f94f36 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/parser/alias4.0 222165 2011-05-21 22:03:06Z jilles $

alias alias0=exit
eval 'x=1 alias0 0'
exit 1