summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/eval1.0
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/sh/tests/builtins/eval1.0')
-rw-r--r--shell_cmds/sh/tests/builtins/eval1.09
1 files changed, 9 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/builtins/eval1.0 b/shell_cmds/sh/tests/builtins/eval1.0
new file mode 100644
index 0000000..ad099ce
--- /dev/null
+++ b/shell_cmds/sh/tests/builtins/eval1.0
@@ -0,0 +1,9 @@
+# $FreeBSD: head/bin/sh/tests/builtins/eval1.0 193178 2009-05-31 17:23:27Z stefanf $
+set -e
+
+eval
+eval "" ""
+eval "true"
+! eval "false
+
+"