aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/func1.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/execution/func1.0')
-rw-r--r--bin/sh/tests/execution/func1.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/execution/func1.0 b/bin/sh/tests/execution/func1.0
index 29fcc077b592..0dfd341f9099 100644
--- a/bin/sh/tests/execution/func1.0
+++ b/bin/sh/tests/execution/func1.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'