]> git.ipfire.org Git - thirdparty/util-linux.git/commit
test_enosys: use correct return value for getopt_long
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Apr 2023 09:49:08 +0000 (11:49 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Apr 2023 10:24:05 +0000 (12:24 +0200)
commit2aeb519ae9b1146c314ffbaf2264d497e0062ff1
tree8fda427d354ea342ba2587cf4ce32b1cd3f631ff
parent7092e693039f44200082695b3d99ff6946f91324
test_enosys: use correct return value for getopt_long

Otherwise option parsing is broken on big endian.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/helpers/test_enosys.c