aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/alias10.0
blob: d8c77691b2b8dddb706df969e0dc386f63c81e34 (plain) (blame)
1
2
3
4
5
6
7
8

# This test may start consuming memory indefinitely if it fails.
ulimit -t 5 2>/dev/null
ulimit -v 100000 2>/dev/null

alias echo='echo'
alias echo='echo'
[ "`eval echo b`" = b ]