diff options
Diffstat (limited to 'bin/sh/tests/builtins/return8.0')
-rw-r--r-- | bin/sh/tests/builtins/return8.0 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/return8.0 b/bin/sh/tests/builtins/return8.0 index f00e859a74ce..c9f5b0a03c2f 100644 --- a/bin/sh/tests/builtins/return8.0 +++ b/bin/sh/tests/builtins/return8.0 @@ -1,4 +1,3 @@ -# $FreeBSD$ if [ "$1" = nested ]; then return 17 |