summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias3.0
blob: 97aac198cbb727dccdf7c292a153efd1006e72f1 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/parser/alias3.0 214709 2010-11-02 23:44:29Z jilles $

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