xref: /freebsd/bin/sh/tests/builtins/eval5.0 (revision 0957b409)
1# $FreeBSD$
2
3# eval should return 0 if no command was executed.
4eval $(false)
5