diff options
Diffstat (limited to 'bin/sh/tests/builtins/getopts8.0')
-rw-r--r-- | bin/sh/tests/builtins/getopts8.0 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/getopts8.0 b/bin/sh/tests/builtins/getopts8.0 index da4af6bd0b56..30b36630c7b0 100644 --- a/bin/sh/tests/builtins/getopts8.0 +++ b/bin/sh/tests/builtins/getopts8.0 @@ -1,4 +1,3 @@ -# $FreeBSD$ set -- -yz -wx opt=wrong1 OPTARG=wrong2 |