]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - bin/sh/tests/parser/alias13.0
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / bin / sh / tests / parser / alias13.0
1 # $FreeBSD$
2
3 unalias -a
4 alias command=command
5 alias true='echo bad'
6 eval 'command true'