aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias9.0
blob: bbcb4cebf521ca672a00ae6cd2769fe07b7dfebf (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/parser/alias9.0 242721 2012-11-07 23:15:36Z jilles $

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