]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Add tests for alias names after another alias.
authorJilles Tjoelker <jilles@FreeBSD.org>
Sat, 25 Jan 2014 14:59:08 +0000 (14:59 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Sat, 25 Jan 2014 14:59:08 +0000 (14:59 +0000)
commit03e55809f472148c982b98601cea0c03659d3865
treef08698736e986bf93670217307fb604812a988c0
parent947165841552dd699b809996d9c266b5e50b9105
sh: Add tests for alias names after another alias.

Since the first alias's value does not end with a blank, the next word
should not be checked for aliases.
bin/sh/tests/parser/Makefile
bin/sh/tests/parser/alias12.0 [new file with mode: 0644]
bin/sh/tests/parser/alias13.0 [new file with mode: 0644]