aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias1.0
blob: 9b6721179230e84b2a4c3573b76c9d63f0f9fe74 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/parser/alias1.0 214280 2010-10-24 16:55:17Z jilles $

alias alias0=exit
eval 'alias0 0'
exit 1