]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/eval1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / eval1.0
1 # $FreeBSD: head/bin/sh/tests/builtins/eval1.0 193178 2009-05-31 17:23:27Z stefanf $
2 set -e
3
4 eval
5 eval "" ""
6 eval "true"
7 ! eval "false
8
9 "