aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/parser/alias10.0
blob: b8684f4cefee702efc1de713bc3adb43ddceb862 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD: head/bin/sh/tests/parser/alias10.0 243252 2012-11-18 23:15:22Z jilles $

# 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 ]