1
0
Fork 0
util-linux/tests/expected/getopt/options-non-option
Daniel Baumann c36e531662
Adding upstream version 2.41.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:26:35 +02:00

4 lines
94 B
Text

-a 'x' -- 'y' '-b' 'z' 'w'
-a 'x' -b 'z' -- 'y' 'w'
-a 'x' 'y' -b 'z' 'w' --
exit value: 0