1149781Sstefanf# $FreeBSD: releng/10.2/bin/sh/tests/builtins/alias.0 190285 2009-03-22 21:12:00Z stefanf $
2149781Sstefanfset -e
3149781Sstefanf
4149781Sstefanfunalias -a
5149781Sstefanfalias foo=bar
6190271Sstefanfalias bar=
7190271Sstefanfalias quux="1 2 3"
8149781Sstefanfalias
9190285Sstefanfalias foo
10