summary refs log tree commit diff
path: root/bin/cash/tests/parser/alias13.0
blob: 4c10555acfc787442440681a3a2f78fa4a766261 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.0/bin/sh/tests/parser/alias13.0 261160 2014-01-25 14:59:08Z jilles $

unalias -a
alias command=command
alias true='echo bad'
eval 'command true'