ports/misc/gnugetopt/patches/patch-tests_unknown_options_stderr

8 lines
265 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- tests/unknown_options.stderr.orig Mon Dec 8 12:52:00 2014
+++ tests/unknown_options.stderr Mon Dec 8 12:52:10 2014
@@ -1,2 +1,2 @@
-$0: invalid option -- 'b'
-$0: unrecognized option '--whatever'
+$0: invalid option -- b
+$0: unrecognized option `--whatever'