diff options
Diffstat (limited to 'bin/sh/tests/builtins/trap10.0')
-rw-r--r-- | bin/sh/tests/builtins/trap10.0 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/trap10.0 b/bin/sh/tests/builtins/trap10.0 index fa0e35d6a6b2..96baa6532224 100644 --- a/bin/sh/tests/builtins/trap10.0 +++ b/bin/sh/tests/builtins/trap10.0 @@ -1,4 +1,3 @@ -# $FreeBSD$ # Check that the return statement will not break the EXIT trap, ie. all # trap commands are executed before the script exits. |