Files
RedBear-OS/tests/expected/bins_static/unistd/getopt_long.stdout
T
Red Bear OS 1b3e94a20d Red Bear OS relibc baseline
From release 0.1.0 pre-patched archive.
This includes all Red Bear modifications previously maintained
as patches in local/patches/relibc/.
2026-06-27 09:19:26 +03:00

21 lines
707 B
Plaintext

--- Running: test --test0 -a
getopt_long returned 1, argument test0=(null)
Option -a with value (null)
--- Running: test --test1 -a
getopt_long returned 0, set flag to 2, argument test1=(null)
Option -a with value (null)
--- Running: test --test2 -a
getopt_long returned 3, argument test2=(null)
Option -a with value (null)
--- Running: test --test2=arg -a
getopt_long returned 3, argument test2=arg
Option -a with value (null)
--- Running: test --test3 -a
getopt_long returned 4, argument test3=-a
--- Running: test --test3=arg -a
getopt_long returned 4, argument test3=arg
Option -a with value (null)
--- Running: test --test3 arg -a
getopt_long returned 4, argument test3=arg
Option -a with value (null)