]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: make ts_skip_capability accepts the output of older version of getpcaps
authorMasatake YAMATO <yamato@redhat.com>
Sat, 2 Sep 2023 19:27:44 +0000 (04:27 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 3 Sep 2023 21:16:25 +0000 (06:16 +0900)
commit0bb1e4fbb10444d5ec8a207d1b930383fb1b9c86
tree4260c130e23cab32a5628b2e3c50a6a73721d0c7
parentc699c6e6925999f936acabaf493e80b85fd14558
tests: make ts_skip_capability accepts the output of older version of getpcaps

In https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?id=8a2ac848a2065641e20a8b50384b68e8781cc6fc,
the default output format of getpcaps command was changed.

ts_skip_capability() assumes only the newer format, a format
introduced in the commit.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/functions.sh