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

alias alias0=exit
x=alias0
eval 'case $x in alias0) exit 0;; esac'
exit 1