1# $FreeBSD: head/bin/sh/tests/builtins/eval5.0 210829 2010-08-03 22:17:29Z jilles $
2
3# eval should return 0 if no command was executed.
4eval $(false)
5