aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/eval8.7
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/sh/tests/builtins/eval8.7')
-rw-r--r--shell_cmds/sh/tests/builtins/eval8.77
1 files changed, 7 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/builtins/eval8.7 b/shell_cmds/sh/tests/builtins/eval8.7
new file mode 100644
index 0000000..30902cc
--- /dev/null
+++ b/shell_cmds/sh/tests/builtins/eval8.7
@@ -0,0 +1,7 @@
+# $FreeBSD: head/bin/sh/tests/builtins/eval8.7 272983 2014-10-12 13:12:06Z jilles $
+
+f() {
+ eval "return 7
+echo bad2"
+}
+f